Problem | fabric |
---|---|
User | Sandarach151 |
Submission Time | 2023-01-07 20:59:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fabric.cpp: In function ‘int main()’:
fabric.cpp:21:18: error: expected ‘;’ before ‘}’ token
21 | pos = {i, j}
| ^
| ;
22 | }
| ~