| Problem | blockrain |
|---|---|
| User | jmuzhen |
| Submission Time | 2025-12-29 16:19:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
blockrain.cpp: In function ‘void printv(std::vector<long long int>&)’:
blockrain.cpp:20:24: error: expected primary-expression before ‘<’ token
20 | if (!DEBUG) return;< A
| ^
blockrain.cpp:20:26: error: ‘A’ was not declared in this scope
20 | if (!DEBUG) return;< A
| ^
blockrain.cpp:21:21: error: ‘i’ was not declared in this scope
21 | for (int i = 0; i < v.size(); i++) printf("%d ", v[i]);
| ^