0_0_13971087_2357.cpp:2:8: error: stray '#' in program
main()
^
0_0_13971087_2357.cpp:2:14: error: stray '#' in program
main()
^
0_0_13971087_2357.cpp:3:3: error: stray '#' in program
{
^
0_0_13971087_2357.cpp:4:2: error: stray '#' in program
int a,b;
^
0_0_13971087_2357.cpp:4:8: error: stray '#' in program
int a,b;
^
0_0_13971087_2357.cpp:4:14: error: stray '#' in program
int a,b;
^
0_0_13971087_2357.cpp:4:20: error: stray '#' in program
int a,b;
^
0_0_13971087_2357.cpp:4:29: error: stray '#' in program
int a,b;
^
0_0_13971087_2357.cpp:4:39: error: stray '#' in program
int a,b;
^
0_0_13971087_2357.cpp:5:2: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_13971087_2357.cpp:5:8: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_13971087_2357.cpp:5:14: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_13971087_2357.cpp:5:51: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_13971087_2357.cpp:5:57: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_13971087_2357.cpp:5:63: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_13971087_2357.cpp:6:2: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_13971087_2357.cpp:6:30: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_13971087_2357.cpp:6:36: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_13971087_2357.cpp:2:9: error: expected constructor, destructor, or type conversion before numeric constant
main()
^
0_0_13971087_2357.cpp:2:15: error: expected unqualified-id before numeric constant
main()
^
0_0_13971087_2357.cpp:2:15: error: expected constructor, destructor, or type conversion before numeric constant
0_0_13971087_2357.cpp:3:1: error: expected unqualified-id before '{' token
{
^
|