小喵 🐈 says to SITCON BOT Testpool
/cpp #include <iostream> using namespace std; int main() { int a[10]; for (int b : a) { cout << b << endl; } return 0; }