0_0_32868894_8447.cpp:1:7: error: stray '#' in program
<code>#include <bits/stdc++.h>
^
0_0_32868894_8447.cpp:1:1: error: expected unqualified-id before '<' token
<code>#include <bits/stdc++.h>
^
0_0_32868894_8447.cpp: In function 'void init()':
0_0_32868894_8447.cpp:15:26: error: 'memset' was not declared in this scope
memset(p, 0, sizeof p);
^
0_0_32868894_8447.cpp: In function 'int main()':
0_0_32868894_8447.cpp:48:26: error: 'memset' was not declared in this scope
memset(f, 0, sizeof f);
^
0_0_32868894_8447.cpp:49:10: error: 'cin' was not declared in this scope
for (cin >> T; T--;) {
^
0_0_32868894_8447.cpp:58:9: error: 'cout' was not declared in this scope
cout << "Case #" << cas++ << ": " << res << endl;
^
0_0_32868894_8447.cpp:58:53: error: 'endl' was not declared in this scope
cout << "Case #" << cas++ << ": " << res << endl;
^
|