0_0_21022186_32585.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#includeĦħstdio.hĦħ
^
0_0_21022186_32585.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#includeĦħstring.hĦħ
^
0_0_21022186_32585.cpp:11:1: error: stray '\241' in program
while(scanf(Ħ°%dĦħ,&n)!=-1)
^
0_0_21022186_32585.cpp:11:1: error: stray '\260' in program
0_0_21022186_32585.cpp:11:1: error: stray '\241' in program
0_0_21022186_32585.cpp:11:1: error: stray '\261' in program
0_0_21022186_32585.cpp:13:1: error: stray '\241' in program
scanf(Ħ°%d%dĦħ,&s,&e);
^
0_0_21022186_32585.cpp:13:1: error: stray '\260' in program
0_0_21022186_32585.cpp:13:1: error: stray '\241' in program
0_0_21022186_32585.cpp:13:1: error: stray '\261' in program
0_0_21022186_32585.cpp:18:1: error: stray '\241' in program
scanf(Ħ°%d%dĦħ,&a,&b);
^
0_0_21022186_32585.cpp:18:1: error: stray '\260' in program
0_0_21022186_32585.cpp:18:1: error: stray '\241' in program
0_0_21022186_32585.cpp:18:1: error: stray '\261' in program
0_0_21022186_32585.cpp:28:1: error: stray '\241' in program
printf(Ħ°%d
^
0_0_21022186_32585.cpp:28:1: error: stray '\260' in program
0_0_21022186_32585.cpp:29:1: error: stray '\' in program
%d\nĦħ,ans1,ans2);
^
0_0_21022186_32585.cpp:29:1: error: stray '\241' in program
0_0_21022186_32585.cpp:29:1: error: stray '\261' in program
0_0_21022186_32585.cpp: In function 'int main()':
0_0_21022186_32585.cpp:11:15: error: expected primary-expression before '%' token
while(scanf(Ħ°%dĦħ,&n)!=-1)
^
0_0_21022186_32585.cpp:11:16: error: 'd' was not declared in this scope
while(scanf(Ħ°%dĦħ,&n)!=-1)
^
0_0_21022186_32585.cpp:11:22: error: 'scanf' was not declared in this scope
while(scanf(Ħ°%dĦħ,&n)!=-1)
^
0_0_21022186_32585.cpp:12:2: error: 'nbsp' was not declared in this scope
{
^
0_0_21022186_32585.cpp:12:8: error: 'nbsp' was not declared in this scope
{
^
0_0_21022186_32585.cpp:13:9: error: expected primary-expression before '%' token
scanf(Ħ°%d%dĦħ,&s,&e);
^
0_0_21022186_32585.cpp:13:10: error: 'd' was not declared in this scope
scanf(Ħ°%d%dĦħ,&s,&e);
^
0_0_21022186_32585.cpp:13:21: error: 'scanf' was not declared in this scope
scanf(Ħ°%d%dĦħ,&s,&e);
^
0_0_21022186_32585.cpp:16:12: error: expected primary-expression before '/' token
for(i=0;i<</FONT>n;i++)
^
0_0_21022186_32585.cpp:16:13: error: 'FONT' was not declared in this scope
for(i=0;i<</FONT>n;i++)
^
0_0_21022186_32585.cpp:18:9: error: expected primary-expression before '%' token
scanf(Ħ°%d%dĦħ,&a,&b);
^
0_0_21022186_32585.cpp:24:9: error: break statement not within loop or switch
{ans1=i;break;}
^
0_0_21022186_32585.cpp:27:9: error: break statement not within loop or switch
{ans2=i;break;}
^
0_0_21022186_32585.cpp:28:10: error: expected primary-expression before '%' token
printf(Ħ°%d
^
0_0_21022186_32585.cpp:29:17: error: 'printf' was not declared in this scope
%d\nĦħ,ans1,ans2);
^
|