| Problem | queuecutting |
|---|---|
| User | JoshJuice |
| Submission Time | 2024-07-03 08:38:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
queuecutting.cpp:18:11: error: stray ‘#’ in program
18 | << " " << #z << " is " << z << endl;
| ^
queuecutting.cpp:16:1: error: expected unqualified-id before ‘<<’ token
16 | << endl;
| ^~
queuecutting.cpp:18:1: error: expected unqualified-id before ‘<<’ token
18 | << " " << #z << " is " << z << endl;
| ^~
queuecutting.cpp:20:1: error: ‘x’ does not name a type
20 | x.end()), x.end());
| ^