Compile Error.
Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
#include <cstdio>
using namespace std;
int main() {
int a, b;
scanf("%d%d", &a, &b);
printf("%d", a + b);
}
length 119 B