0_0_34125422_20563.cpp:1:3: error: invalid preprocessing directive # # include <stdio.h> int main() { int a, b; while(scanf("%d%d", &a, &b)!=EOF) printf("%d\n", a+b); return 0; } ^