0_0_27055571_31924.cpp:1:9: error: empty filename in #include
#include<>
^
0_0_27055571_31924.cpp:5:2: error: missing terminating " character
while((scanf("%d'',\n))!=EOF)
^
0_0_27055571_31924.cpp:8:9: error: empty character constant
scanf(''%d'',&a,&b);
^
0_0_27055571_31924.cpp:8:13: error: empty character constant
scanf(''%d'',&a,&b);
^
0_0_27055571_31924.cpp:10:10: error: empty character constant
prinft(''%d\n'',sum);
^
0_0_27055571_31924.cpp:10:3: error: stray '\' in program
prinft(''%d\n'',sum);
^
0_0_27055571_31924.cpp:10:16: error: empty character constant
prinft(''%d\n'',sum);
^
0_0_27055571_31924.cpp: In function 'int main()':
0_0_27055571_31924.cpp:6:3: error: expected primary-expression before 'while'
while(n--)
^
0_0_27055571_31924.cpp:12:9: error: expected ')' before ';' token
return 0;
^
0_0_27055571_31924.cpp:12:9: error: expected ')' before ';' token
|