0_0_14977959_32610.cpp:16:4: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_14977959_32610.cpp: In function 'int main()':
0_0_14977959_32610.cpp:16:5: error: 'include' was not declared in this scope
}#include<bits/stdc++.h>
^
0_0_14977959_32610.cpp:16:13: error: 'bits' was not declared in this scope
}#include<bits/stdc++.h>
^
0_0_14977959_32610.cpp:16:18: error: 'stdc' was not declared in this scope
}#include<bits/stdc++.h>
^
0_0_14977959_32610.cpp:17:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_14977959_32610.cpp:21:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_14977959_32610.cpp:61:1: error: expected '}' at end of input
}
^
0_0_14977959_32610.cpp:61:1: error: expected '}' at end of input
|