Problem | catchingcheaters |
---|---|
User | blackscreen1 |
Submission Time | 2023-03-25 17:29:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catchingcheaters.cpp: In function ‘int main()’:
catchingcheaters.cpp:13:58: error: expected initializer before ‘-’ token
13 | int a1 = a.length(), b1 = b.length(), l[a1+1][b1+1], m - 238475283;
| ^
catchingcheaters.cpp:20:2: error: ‘m’ was not declared in this scope
20 | m = max(m, l[i][j]);
| ^