Problem | monsters |
---|---|
User | wayne |
Submission Time | 2023-12-02 14:09:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monsters.cpp:15:3: error: stray ‘#’ in program
15 | }#include<bits/stdc++.h>
| ^
monsters.cpp: In function ‘int main()’:
monsters.cpp:15:4: error: ‘include’ was not declared in this scope
15 | }#include<bits/stdc++.h>
| ^~~~~~~
monsters.cpp:15:12: error: ‘bits’ was not declared in this scope
15 | }#include<bits/stdc++.h>
| ^~~~
monsters.cpp:15:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
15 | }#include<bits/stdc++.h>
| ^~~~
| std
monsters.cpp:16:1: error: expected primary-expression before ‘using’
16 | using namespace std;
| ^~~~~
monsters.cpp:17:11: error: a function-definition is not allowed here before ‘{’ token
17 | int main(){
| ^