Untitled
unknown
c_cpp
2 years ago
162 B
3
Indexable
#include <iostream> int main() { int a; std::cin >> a; int n; int i; for (i = 0; i < a; i++) { std::cin >> n; } }
Editor is loading...
#include <iostream> int main() { int a; std::cin >> a; int n; int i; for (i = 0; i < a; i++) { std::cin >> n; } }