0_0_28649820_4195.cpp:14:10: error: stray '#' in program
while(1)#include<cstdio>
^
0_0_28649820_4195.cpp: In function 'int main()':
0_0_28649820_4195.cpp:14:11: error: 'include' was not declared in this scope
while(1)#include<cstdio>
^
0_0_28649820_4195.cpp:14:19: error: 'cstdio' was not declared in this scope
while(1)#include<cstdio>
^
0_0_28649820_4195.cpp:19:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_28649820_4195.cpp:21:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_28649820_4195.cpp:57:1: error: expected '}' at end of input
}
^
|