| Problem | flamethrower |
|---|---|
| User | hinnn |
| Submission Time | 2026-04-30 10:07:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp:5:17: error: stray ‘#’ in program
5 | int32_t main() {#include <bits/stdc++.h>
| ^
flamethrower.cpp: In function ‘int32_t main()’:
flamethrower.cpp:5:18: error: ‘include’ was not declared in this scope
5 | int32_t main() {#include <bits/stdc++.h>
| ^~~~~~~
flamethrower.cpp:5:27: error: ‘bits’ was not declared in this scope
5 | int32_t main() {#include <bits/stdc++.h>
| ^~~~
flamethrower.cpp:5:32: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
5 | int32_t main() {#include <bits/stdc++.h>
| ^~~~
| std
flamethrower.cpp:6:1: error: expected primary-expression before ‘typedef’
6 | typedef long long ll;
| ^~~~~~~
flamethrower.cpp:9:12: error: a function-definition is not allowed here before ‘{’ token
9