0_0_16065282_8231.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16065282_8231.cpp:4:1: error: stray '\' in program
\x05int n,m,i,j,x,a,z=0,c;
^
0_0_16065282_8231.cpp:5:1: error: stray '\' in program
\x05scanf("%d",&x);
^
0_0_16065282_8231.cpp:6:1: error: stray '\' in program
\x05for(a=1;a1) printf("\n");
^
0_0_16065282_8231.cpp:7:1: error: stray '\' in program
\x05\x05c = 0;
^
0_0_16065282_8231.cpp:7:1: error: stray '\' in program
0_0_16065282_8231.cpp:8:1: error: stray '\' in program
\x05\x05while(++c)
^
0_0_16065282_8231.cpp:8:1: error: stray '\' in program
0_0_16065282_8231.cpp:9:1: error: stray '\' in program
\x05\x05{
^
0_0_16065282_8231.cpp:9:1: error: stray '\' in program
0_0_16065282_8231.cpp:10:1: error: stray '\' in program
\x05\x05\x05scanf("%d %d",&n,&m);
^
0_0_16065282_8231.cpp:10:1: error: stray '\' in program
0_0_16065282_8231.cpp:10:1: error: stray '\' in program
0_0_16065282_8231.cpp:11:1: error: stray '\' in program
\x05\x05\x05if(!((n==m)&&(n==0)))
^
0_0_16065282_8231.cpp:11:1: error: stray '\' in program
0_0_16065282_8231.cpp:11:1: error: stray '\' in program
0_0_16065282_8231.cpp:12:1: error: stray '\' in program
\x05\x05\x05{
^
0_0_16065282_8231.cpp:12:1: error: stray '\' in program
0_0_16065282_8231.cpp:12:1: error: stray '\' in program
0_0_16065282_8231.cpp:13:1: error: stray '\' in program
\x05\x05\x05\x05z=0;
^
0_0_16065282_8231.cpp:13:1: error: stray '\' in program
0_0_16065282_8231.cpp:13:1: error: stray '\' in program
0_0_16065282_8231.cpp:13:1: error: stray '\' in program
0_0_16065282_8231.cpp:14:1: error: stray '\' in program
\x05\x05\x05\x05for(i=1;i
^
0_0_16065282_8231.cpp:14:1: error: stray '\' in program
0_0_16065282_8231.cpp:14:1: error: stray '\' in program
0_0_16065282_8231.cpp:14:1: error: stray '\' in program
0_0_16065282_8231.cpp: In function 'int main()':
0_0_16065282_8231.cpp:4:2: error: 'x05int' was not declared in this scope
\x05int n,m,i,j,x,a,z=0,c;
^
0_0_16065282_8231.cpp:5:17: error: 'x' was not declared in this scope
\x05scanf("%d",&x);
^
0_0_16065282_8231.cpp:5:18: error: 'x05scanf' was not declared in this scope
\x05scanf("%d",&x);
^
0_0_16065282_8231.cpp:6:9: error: 'a' was not declared in this scope
\x05for(a=1;a1) printf("\n");
^
0_0_16065282_8231.cpp:6:13: error: 'a1' was not declared in this scope
\x05for(a=1;a1) printf("\n");
^
0_0_16065282_8231.cpp:7:2: error: 'x05' was not declared in this scope
\x05\x05c = 0;
^
0_0_16065282_8231.cpp:8:6: error: expected ';' before 'x05while'
\x05\x05while(++c)
^
0_0_16065282_8231.cpp:14:25: error: expected '}' at end of input
\x05\x05\x05\x05for(i=1;i
^
|