Reklamları görebilmek için çerez izni vermelisiniz.

Apex Legends Hile

cinaronal355

Banned Member
Joined
Jan 6, 2021
Topics
8
Messages
79
Reaction score
1
RC Point
0
21h2 windows sürümünde çalışmıyor sorun bir tek bendemi yoksa genel mi yardımcı olurmusunuz
 

kankalar54

Confirmed Memb.
Joined
Aug 29, 2022
Messages
47
Reaction score
2
RC Point
0
bunlari kullan

C++:

#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL,"Turkish"); //Türkçe karakter
for(int i=1;i<=100;i++)
{
cout<<i<<endl;
}
}
 
Top