counted ssh – Telegram
counted ssh
758 subscribers
3.8K photos
219 videos
15 files
926 links
Download Telegram
fullfocus
skin (sped up)
IVOXYGEN
👍2
4
ecstacy (Slowed Instrumental)
Buhguul
3
2
#include <iostream>
using namespace std;

int main() {
setlocale(LC_ALL, "RU");

const int SIZE = 5;
int arr[SIZE];


for (int i = 0; i < SIZE; i++) {
arr[i] = i;
cout << "Index = number = " << arr[i] << "\n";
}
}
print("Петухон user")