Problem | nemo |
---|---|
User | choops |
Submission Time | 2023-02-07 03:42:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nemo.cpp: In function ‘int main()’:
nemo.cpp:96:49: error: expected ‘}’ at end of input
96 | for(int i=0;i<tc;++i) cout << ans[i] << '\n';
| ^
nemo.cpp:47:11: note: to match this ‘{’
47 | int main(){
| ^