| Problem | evilbz |
|---|---|
| User | xu |
| Submission Time | 2026-06-23 09:45:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evilbz.cpp:5:15: error: stray ‘#’ in program
5 | signed main(){#include <iostream>
| ^
evilbz.cpp: In function ‘int main()’:
evilbz.cpp:5:16: error: ‘include’ was not declared in this scope
5 | signed main(){#include <iostream>
| ^~~~~~~
evilbz.cpp:5:33: error: expected primary-expression before ‘>’ token
5 | signed main(){#include <iostream>
| ^
evilbz.cpp:7:1: error: expected primary-expression before ‘using’
7 | using namespace std;
| ^~~~~
evilbz.cpp:9:12: error: a function-definition is not allowed here before ‘{’ token
9 | int main() {
| ^
evilbz.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
evilbz.cpp:5:14: note: to match this ‘{’
5 | signed main(){#include <iostream>
| ^