Advertisement
LEGEND2004

D comp

Jul 25th, 2024
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.52 KB | None | 0 0
  1. #pragma GCC optimize("O3")
  2. #include <bits/stdc++.h>
  3. using namespace std;
  4.  
  5. #define int long long
  6. #define double long double
  7. #define _FastIO ios_base::sync_with_stdio(0); cin.tie(0)
  8. #define F first
  9. #define S second
  10.  
  11. signed main()
  12. {
  13.     _FastIO;
  14.  
  15.     string s = "";
  16.     // sample 3 un outputunu kopyala qoy bura
  17.     // cunki girisde en coxu 100 gire biler ededi tam olaraq bilek deye
  18.     int n;
  19.     cin >> n;
  20.     // ilk n + 2 karakterini cixisa ver
  21.     for(int i = 0; i < ; i++){
  22.         cout << ;
  23.     }
  24.  
  25.  
  26. }
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement