counted ssh – Telegram
counted ssh
757 subscribers
3.8K photos
218 videos
15 files
926 links
Download Telegram
This media is not supported in your browser
VIEW IN 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")