Problem | sana |
---|---|
User | Shadow1 |
Submission Time | 2024-12-30 14:47:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sana.cpp: In function ‘void solve()’:
sana.cpp:25:20: error: request for member ‘size’ in ‘2’, which is of non-class type ‘int’
25 | #define sz(x) ll(x.size())
| ^~~~
sana.cpp:56:6: note: in expansion of macro ‘sz’
56 | if(sz(d[i] < 2) {
| ^~
sana.cpp:56:19: error: expected ‘)’ before ‘{’ token
56 | if(sz(d[i] < 2) {
| ~ ^
sana.cpp:60:2: error: expected primary-expression before ‘}’ token
60 | }
| ^