Problem helloworld
User FIips
Submission Time 2025-02-13 07:21:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:63:59: error: expected ‘}’ at end of input
63 | for (int i = 0; i < q; i++) { cout << ans[i] << '\n'; }
| ^
helloworld.cpp:21:14: note: to match this ‘{’
21 | signed main(){
| ^