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