Problem foreveralone
User ZenTan
Submission Time 2024-06-23 10:11:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foreveralone.cpp:7:20: error: stray ‘#’ in program
7 | cin >> n >> m; #include <bits/stdc++.h>
| ^
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:7:21: error: ‘include’ was not declared in this scope
7 | cin >> n >> m; #include <bits/stdc++.h>
| ^~~~~~~
foreveralone.cpp:7:30: error: ‘bits’ was not declared in this scope
7 | cin >> n >> m; #include <bits/stdc++.h>
| ^~~~
foreveralone.cpp:7:35: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | cin >> n >> m; #include <bits/stdc++.h>
| ^~~~
| std
foreveralone.cpp:8:1: error: expected primary-expression before ‘using’
8 | using namespace std;
| ^~~~~
foreveralone.cpp:13:1: error: a