Problem labels
User LiuZq
Submission Time 2025-01-26 11:42:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

labels.cpp: In function ‘int main()’:
labels.cpp:25:28: error: ‘i’ was not declared in this scope
25 | for(auto x:v)cout<<v[i]<<" ";
| ^