Problem | flamethrower |
---|---|
User | ggracekkim |
Submission Time | 2025-09-29 16:15:44 |
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 <iostream>
| ^~~~~~~
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> N >> K;
| ^~~
flamethrower.cpp:7:2: error: ‘string’ was not declared in this scope
7 | string A;
| ^~~~~~
flamethrower.cpp:8:9: error: ‘A’ was not declared in this scope
8 | cin >> A;
| ^