| Problem | jaydenscurve |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-26 14:05:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:15:30: error: invalid types ‘<unresolved overloaded function type>[long long 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:25: error: expected primary-expression before ‘>’ token
22 | <bitset<2000>> intersection = grid(i) & grid(j) ;
| ^~
jaydenscurve.cpp:22:28: error: ‘intersection’ was not declared in this scope
22 | <bitset<2000>> intersection = grid(i) & grid(j) ;
| ^~~~~~~~~~~~
jaydenscurve.cpp:22:49: error: no match for call to ‘(std::vector<std::bitset&