Problem | coin |
---|---|
User | dm |
Submission Time | 2025-03-17 23:56:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coin.cpp: In function ‘int main()’:
coin.cpp:82:27: error: expected ‘;’ before ‘func’
82 | v[y-1] = i
| ^
| ;
83 | func(p, v, mch, n, i);
| ~~~~
coin.cpp:88:27: error: expected ‘;’ before ‘func’
88 | v[x-1] = i
| ^
| ;
89 | func(p, v, mch, n, i);
| ~~~~