| Problem | thedarknight |
|---|---|
| User | kit17 |
| Submission Time | 2026-05-21 17:15:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:8:1: error: expected primary-expression before ‘]’ token
8 | ] if (n/lcm>=0){
| ^
thedarknight.cpp:10:6: error: ‘else’ without a previous ‘if’
10 | }else{
| ^~~~