Problem bobek
User Pan
Submission Time 2023-09-06 16:06:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bobek.cpp:1:2: error: invalid preprocessing directive #<
1 | #<iostream>
| ^
bobek.cpp: In function ‘int main()’:
bobek.cpp:11:5: error: ‘cin’ was not declared in this scope
11 | cin >> N >> M;
| ^~~
bobek.cpp:6:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
5 | #include <bitset>
+++ |+#include <iostream>
6 | typedef long long ll;
bobek.cpp:66:5: error: ‘cout’ was not declared in this scope
66 | cout << ans << endl;
| ^~~~
bobek.cpp:66:5: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
bobek.cpp:66:20: error: ‘endl’ was not declared in this scope
66 | cout << ans << endl;
| ^~~~
bobek.cpp:6:1: note: ‘std::endl’ is defined in header ‘<ostream>’; did you forget to ‘#incl