| Problem | jokers |
|---|---|
| User | Leonard |
| Submission Time | 2026-08-10 22:18:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jokers.cpp: In function ‘void solve()’:
jokers.cpp:29:19: error: ‘else’ without a previous ‘if’
29 | } else if (kb > 0 && (1 + A[ka]) * (1 + B[kb - 1]) >= x) {
| ^~~~
jokers.cpp:35:24: error: ‘ka’ was not declared in this scope; did you mean ‘kb’?
35 | if ((1 + A[ka]) * (1 + B[kb]) >= x) {
| ^~
| kb
jokers.cpp:42:27: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
42 | total_hash_ans += ans * t;
| ^~~
| abs
jokers.cpp:42:33: error: ‘t’ was not declared in this scope; did you mean ‘tc’?
42 | total_hash_ans += ans * t;
| ^
| tc
jokers.cpp: At global scope:
jokers.cpp:44:5: error: ‘cout’ does not name a type
44 | cout << tot