eng
competition

Text Practice Mode

for loops c++

created Jun 27th, 14:10 by HngNgha1


0


Rating

15 words
9 completed
00:00
for (int i = 1; i <= n; i++) {
    cin >> a[i];
}
 

saving score / loading statistics ...