Run id: 107761
Main.cc:2:21: error: stray '#' in program
using namespace std;#include
^
Main.cc:31:35: error: stray '#' in program
for (int i = n - 1; i < n; i--) {#include
^
Main.cc:2:22: error: 'include' does not name a type
using namespace std;#include
^
Main.cc: In function 'int main()':
Main.cc:22:5: error: redefinition of 'int main()'
int main() {
^
Main.cc:4:5: note: 'int main()' previously defined here
int main() {
^
Main.cc:31:36: error: 'include' was not declared in this scope
for (int i = n - 1; i < n; i--) {#include
^
Main.cc:31:44: error: 'bits' was not declared in this scope
for (int i = n - 1; i < n; i--) {#include
^
Main.cc:31:49: error: 'stdc' was not declared in this scope
for (int i = n - 1; i < n; i--) {#include
^
Main.cc:32:1: error: expected primary-expression before 'using'
using namespace std;
^
Main.cc:33:12: error: a function-definition is not allowed here before '{' token
int main() {
^
Main.cc:58:1: error: expected '}' at end of input
}
^
Main.cc:58:1: error: expected '}' at end of input