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