| Problem | gemstones |
|---|---|
| User | bribritt |
| Submission Time | 2026-03-15 12:05:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gemstones.cpp: In function ‘int main()’:
gemstones.cpp:26:38: error: ‘cite’ was not declared in this scope
26 | if (!(cin >> n >> q)) return 0; [cite: 10]
| ^~~~
gemstones.cpp:26:42: error: expected ‘,’ before ‘:’ token
26 | if (!(cin >> n >> q)) return 0; [cite: 10]
| ^
| ,
gemstones.cpp:26:42: error: expected identifier before ‘:’ token
gemstones.cpp: In lambda function:
gemstones.cpp:29:5: error: expected ‘{’ before ‘depth’
29 | depth[0] = 0;
| ^~~~~
gemstones.cpp: In function ‘int main()’:
gemstones.cpp:26:47: error: expected ‘;’ before ‘depth’
26 | if (!(cin >> n >> q)) return 0; [cite: 10]
| ^
| ;
......
29 |