0_0_13811055_14161.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811055_14161.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811055_14161.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811055_14161.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811055_14161.cpp: In function 'int main()':
0_0_13811055_14161.cpp:13:2: error: 'cin' was not declared in this scope
cin m n;
^
0_0_13811055_14161.cpp:17:3: error: expected ';' before 'for'
for(int j = 0;j
^
0_0_13811055_14161.cpp:17:3: error: expected primary-expression before 'for'
0_0_13811055_14161.cpp:17:3: error: expected ')' before 'for'
0_0_13811055_14161.cpp:18:4: error: expected ';' before 'if'
if(i == 0 && j == 0) continue;
^
0_0_13811055_14161.cpp:18:4: error: expected primary-expression before 'if'
0_0_13811055_14161.cpp:18:4: error: expected ')' before 'if'
0_0_13811055_14161.cpp:19:16: error: 'i' was not declared in this scope
int x = Gcd(i,j);
^
0_0_13811055_14161.cpp:19:18: error: 'j' was not declared in this scope
int x = Gcd(i,j);
^
0_0_13811055_14161.cpp: At global scope:
0_0_13811055_14161.cpp:22:2: error: 'cout' does not name a type
cout
^
0_0_13811055_14161.cpp:24:1: error: expected declaration before '}' token
}
^
|