eng
competition

Text Practice Mode

for loops c++

created Friday June 27, 14:10 by HngNgha1


0


Rating

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

saving score / loading statistics ...