Problem lboard
User jmuzhen
Submission Time 2025-02-19 16:40:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lboard.cpp:2:104: error: missing terminating ' character
2 | * then, after that, we have a horizontal line segment. the 3rd point also has N possibilities. so that's O(N^2 * N^2) = O(N^4)
| ^~~~~~~~~~~~~~~~~~~~~~~~
lboard.cpp:1:9: error: expected constructor, destructor, or type conversion before ‘,’ token
1 | * first, the same row: we fix one point, and there are N possibilities for the 2nd point on the same row.
| ^
lboard.cpp:1:15: error: expected constructor, destructor, or type conversion before ‘same’
1 | * first, the same row: we fix one point, and there are N possibilities for the 2nd point on the same row.
| ^~~~