0_0_25410008_9963.cpp:13:2: error: stray '#' in program
{#include <iostream>
^
0_0_25410008_9963.cpp: In function 'int main()':
0_0_25410008_9963.cpp:13:3: error: 'include' was not declared in this scope
{#include <iostream>
^
0_0_25410008_9963.cpp:13:20: error: expected primary-expression before '>' token
{#include <iostream>
^
0_0_25410008_9963.cpp:15:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_25410008_9963.cpp:24:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_25410008_9963.cpp:97:1: error: expected '}' at end of input
}
^
|