| Problem | hedgehogcrimes_easy |
|---|---|
| User | ethantanaki |
| Submission Time | 2026-02-14 10:22:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hedgehogcrimes_easy.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin >> a;
| ^~~
| sin
hedgehogcrimes_easy.cpp:6:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> b;
| ^~~
| sin
hedgehogcrimes_easy.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if(a > b or 2 > a or b > 3000) {
| ^~
hedgehogcrimes_easy.cpp:10:1: error: ‘c’ does not name a type
10 | c += 1;
| ^
hedgehogcrimes_easy.cpp:11:1: error: expected unqualified-id before ‘for’
11 | for(int i = 1; i - 1 < b, i += 1) {
| ^~~
hedgehogcrimes_easy.cpp:11:16: error: ‘i’ does not name a type
11 | for(int i = 1; i - 1 < b, i += 1) {
| ^