0_0_37986953_23860.cpp: In function 'int main()':
0_0_37986953_23860.cpp:14:25: error: 'scanf' was not declared in this scope
while( scanf("%d",&n) != EOF ) {
^
0_0_37986953_23860.cpp:14:30: error: 'EOF' was not declared in this scope
while( scanf("%d",&n) != EOF ) {
^
0_0_37986953_23860.cpp:23:26: error: 'printf' was not declared in this scope
printf("%d\n",lcm);
^
|