Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma GCC optimize("O3")
- #include <bits/stdc++.h>
- using namespace std;
- #define int long long
- #define double long double
- #define _FastIO ios_base::sync_with_stdio(0); cin.tie(0)
- #define F first
- #define S second
- signed main()
- {
- _FastIO;
- string s = "";
- // sample 3 un outputunu kopyala qoy bura
- // cunki girisde en coxu 100 gire biler ededi tam olaraq bilek deye
- int n;
- cin >> n;
- // ilk n + 2 karakterini cixisa ver
- for(int i = 0; i < ; i++){
- cout << ;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement