Text Practice Mode
for loops c++
created Friday June 27, 14:10 by HngNgha1
0
15 words
27 completed
0
Rating visible after 3 or more votes
saving score / loading statistics ...
00:00
for (int i = 1; i <= n; i++) {
cin >> a[i];
}
cin >> a[i];
}
