Problem | runaway |
---|---|
User | blackpanther |
Submission Time | 2025-05-07 12:07:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
runaway.cpp:5:2: error: stray ‘#’ in program
5 | {#include <bits/stdc++.h>
| ^
runaway.cpp: In function ‘int main()’:
runaway.cpp:5:3: error: ‘include’ was not declared in this scope
5 | {#include <bits/stdc++.h>
| ^~~~~~~
runaway.cpp:5:12: error: ‘bits’ was not declared in this scope
5 | {#include <bits/stdc++.h>
| ^~~~
runaway.cpp:5:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
5 | {#include <bits/stdc++.h>
| ^~~~
| std
runaway.cpp:6:1: error: expected primary-expression before ‘using’
6 | using namespace std;
| ^~~~~
runaway.cpp:8:12: error: a function-definition is not allowed here before ‘{’ token
8 | int main() {
| ^
runaway.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
runaway.cpp:5:1: note: to match this ‘{’
5 | {#i