Problem iqtest2
User eliasxyz
Submission Time 2025-06-13 17:34:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

iqtest2.cpp: In function ‘int main()’:
iqtest2.cpp:5:2: error: ‘ll’ was not declared in this scope
5 | ll n;
| ^~
iqtest2.cpp:6:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | cin>>n;
| ^
| yn
iqtest2.cpp:7:8: error: expected ‘;’ before ‘i’
7 | for(ll i=0;i<n;i++){
| ^~
| ;
iqtest2.cpp:7:13: error: ‘i’ was not declared in this scope
7 | for(ll i=0;i<n;i++){
| ^
iqtest2.cpp:8:5: error: expected ‘;’ before ‘p’
8 | ll p, k;
| ^~
| ;
iqtest2.cpp:9:8: error: ‘p’ was not declared in this scope
9 | cin>>p>>k;
| ^
iqtest2.cpp:9:11: error: ‘k’ was not declared in this scope
9 | cin>>p>>k;
| ^