| Problem | parallelogramisation |
|---|---|
| User | Nexus |
| Submission Time | 2023-12-27 23:22:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp:23:7: error: ‘ll’ does not name a type; did you mean ‘all’?
23 | const ll MOD = 1e9 + 7;
| ^~
| all
parallelogramisation.cpp:24:7: error: ‘ll’ does not name a type; did you mean ‘all’?
24 | const ll INF = 1e9;
| ^~
| all
cc1plus: error: ‘::main’ must return ‘int’