0_0_31463401_4654.cpp:71:20: error: stray '#' in program
b %= 4;#include <bits/stdc++.h>
^
0_0_31463401_4654.cpp:132:21: error: stray '#' in program
prin#include <bits/stdc++.h>
^
0_0_31463401_4654.cpp: In function 'int main()':
0_0_31463401_4654.cpp:71:21: error: 'include' was not declared in this scope
b %= 4;#include <bits/stdc++.h>
^
0_0_31463401_4654.cpp:71:30: error: 'bits' was not declared in this scope
b %= 4;#include <bits/stdc++.h>
^
0_0_31463401_4654.cpp:71:35: error: 'stdc' was not declared in this scope
b %= 4;#include <bits/stdc++.h>
^
0_0_31463401_4654.cpp:73:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_31463401_4654.cpp:76:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_31463401_4654.cpp:362:1: error: expected '}' at end of input
}
^
0_0_31463401_4654.cpp:362:1: error: expected '}' at end of input
0_0_31463401_4654.cpp:362:1: error: expected '}' at end of input
|