- π Hi, I'm @yellow-mt
- π I'm interested in ...
- π± I'm currently learning ...
- ποΈ I'm looking to collaborate on ...
- π« How to reach me ...
(δΈι’ηι½δΈιθ¦) ζιθ¦ηζ―ζζ―ε»ιΌ!
#include<bits/stdc++.h>
using namespace std;
const int n=100001;
int main(){
for(int i=1;i<=n;i++){
printf("ζζ―ε»ιΌ");
}
return 0;
}
if __name__=="__main__":
N=100001
for _ in range(N):
print('ζζ―ε»ιΌ',end='')