0_0_33499357_1598.cpp:17:4: error: stray '#' in program
{#include<iostream>
^
0_0_33499357_1598.cpp: In function 'int main()':
0_0_33499357_1598.cpp:17:5: error: 'include' was not declared in this scope
{#include<iostream>
^
0_0_33499357_1598.cpp:17:21: error: expected primary-expression before '>' token
{#include<iostream>
^
0_0_33499357_1598.cpp:20:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_33499357_1598.cpp:28:1: error: a function-definition is not allowed here before '{' token
{int A;
^
0_0_33499357_1598.cpp:104:1: error: expected '}' at end of input
}
^
0_0_33499357_1598.cpp:104:1: error: expected '}' at end of input
|