Задание 2

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> #include <cstdlib> using namespace std; int main() { setlocale(LC_ALL, "Russian"); int a[10]; cout << "Введите числа: " << endl; for (int i = 0; i < 10; i++) cin >> a[i]; for (int i = 0; i < 10; i++) cout << "a [" << i << "] = " << a[i] << endl; system("pause"); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines