Problem | lostones |
---|---|
User | JJ1234 |
Submission Time | 2024-12-21 11:43:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lostones.cpp:15:6: error: stray ‘#’ in program
15 | }#include <bits/stdc++.h>
| ^
cc1plus: error: ‘::main’ must return ‘int’
lostones.cpp: In function ‘int main()’:
lostones.cpp:15:7: error: ‘include’ was not declared in this scope
15 | }#include <bits/stdc++.h>
| ^~~~~~~
lostones.cpp:15:16: error: ‘bits’ was not declared in this scope
15 | }#include <bits/stdc++.h>
| ^~~~
lostones.cpp:15:21: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
15 | }#include <bits/stdc++.h>
| ^~~~
| std
lostones.cpp:16:1: error: expected primary-expression before ‘using’
16 | using namespace std;
| ^~~~~
lostones.cpp:19:15: error: a function-definition is not allowed here before ‘{’ token
19 | signed main() {
| ^
lostones.cpp:53:31: error: ‘j’ was no