0_0_38348468_17297.cpp:30:4: error: stray '#' in program
}#include <stdio.h>
^
0_0_38348468_17297.cpp: In function 'int main()':
0_0_38348468_17297.cpp:30:5: error: 'include' was not declared in this scope
}#include <stdio.h>
^
0_0_38348468_17297.cpp:30:14: error: 'stdio' was not declared in this scope
}#include <stdio.h>
^
0_0_38348468_17297.cpp:33:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_38348468_17297.cpp:35:11: error: a function-definition is not allowed here before '{' token
int main(){
^
0_0_38348468_17297.cpp:79:1: error: expected '}' at end of input
}
^
0_0_38348468_17297.cpp:79:1: error: expected '}' at end of input
|