#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; } }