Compile Error.
File "/tmp/voj-1284/oOiyQufBiOaI.py", line 3
int main() {
^
SyntaxError: invalid syntax
Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
#include <stdio.h>
int main() {
int a, b;
scanf("%d%d", &a, &b);
printf("%d\n", a + b);
return 0;
}
length 116 B