Problem goofyrooks
User JerryCodebreaker
Submission Time 2024-07-14 20:23:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:14:104: error: expected ‘}’ at end of input
14 | cout<<n*m-(unsigned long long)x.size()*m-(unsigned long long)y.size()*(n-(unsigned long long)x.size());
| ^
goofyrooks.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^