Problem iqtest
User Usu
Submission Time 2026-02-12 22:11:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

iqtest.cpp:5:1: error: expected initializer before ‘void’
5 | void solve(){
| ^~~~
iqtest.cpp: In function ‘int main()’:
iqtest.cpp:18:2: error: ‘ll’ was not declared in this scope
18 | ll k;
| ^~
iqtest.cpp:19:9: error: ‘k’ was not declared in this scope
19 | cin >> k;
| ^
iqtest.cpp:21:3: error: ‘solve’ was not declared in this scope
21 | solve();
| ^~~~~