| Problem | blockrain |
|---|---|
| User | chickengoat |
| Submission Time | 2025-12-29 16:59:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
blockrain.cpp: In function ‘int main()’:
blockrain.cpp:14:7: error: conflicting declaration ‘bool x’
14 | bool x=true;
| ^
blockrain.cpp:7:7: note: previous declaration as ‘ll x’
7 | ll n,x;
| ^
blockrain.cpp:55:1: error: expected ‘}’ at end of input
55 | }
| ^
blockrain.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^