| Problem | jaydenscurve |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-26 14:02:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:14:30: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
14 | grid[i].set[j]
| ^
jaydenscurve.cpp:21:13: error: expected primary-expression before ‘<’ token
21 | <bitset<2000> intersection = grid(i) & grid(j) ;
| ^
jaydenscurve.cpp:21:27: error: expected primary-expression before ‘intersection’
21 | <bitset<2000> intersection = grid(i) & grid(j) ;
| ^~~~~~~~~~~~
jaydenscurve.cpp:22:17: error: ‘intersection’ was not declared in this scope
22 | if (intersection.count() >=2{
| ^~~~~~~~~~~~
jaydenscurve.cpp:22:41: error: expected ‘)’ before ‘{’ token
22 | if (intersection.count() >=2{
| ~ ^