Problem foreveralone
User tdb60
Submission Time 2023-11-17 11:02:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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