0_0_26401770_7481.cpp:29:5: error: stray '#' in program
}#include<iostream>
^
0_0_26401770_7481.cpp: In function 'int main()':
0_0_26401770_7481.cpp:29:6: error: 'include' was not declared in this scope
}#include<iostream>
^
0_0_26401770_7481.cpp:29:22: error: expected primary-expression before '>' token
}#include<iostream>
^
0_0_26401770_7481.cpp:32:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_26401770_7481.cpp:35:11: error: a function-definition is not allowed here before '{' token
int main(){
^
0_0_26401770_7481.cpp:67:1: error: expected '}' at end of input
}
^
0_0_26401770_7481.cpp:67:1: error: expected '}' at end of input
0_0_26401770_7481.cpp:67:1: error: expected '}' at end of input
|