Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int C1, C2, C3, total, T; scanf("%d %d %d", &C1, &C2, &C3); scanf("%d", &T); total = C1+C2+C3; if(total == T){ printf("Acertou\n");} else{ printf("Errou\n"); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines