Problem goofyrooks
User rubyred
Submission Time 2025-07-11 09:35:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:15:39: error: expected ‘;’ before ‘}’ token
15 | cout << (n - xunique) * (m - yunique)
| ^
| ;
16 | }
| ~