Problem | watching |
---|---|
User | Henries |
Submission Time | 2025-01-01 18:07:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
watching.cpp: In function ‘bool check(long long int)’:
watching.cpp:55:58: error: expected ‘)’ before ‘;’ token
55 | dp[y][j] = min(dp[y][j + 1], dp[i-1][j-1];);
| ~ ^
| )
watching.cpp:55:59: error: expected primary-expression before ‘)’ token
55 | dp[y][j] = min(dp[y][j + 1], dp[i-1][j-1];);
| ^