| Problem | flamethrower |
|---|---|
| User | Arielhst |
| Submission Time | 2026-02-28 11:35:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin>>n>>k;
| ^~~
flamethrower.cpp:21:2: error: ‘cout’ was not declared in this scope
21 | cout<<mxwindow;
| ^~~~