結果
問題 | No.1841 Long Long |
ユーザー |
![]() |
提出日時 | 2022-02-21 20:40:59 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 720 bytes |
コンパイル時間 | 1,989 ms |
コンパイル使用メモリ | 189,000 KB |
最終ジャッジ日時 | 2025-01-28 01:16:50 |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 15 |
ソースコード
#include <bits/stdc++.h> #include <iostream> #include <iomanip> #include <fstream> #include <algorithm> #include <vector> #include <map> #include <unordered_map> #include <set> #include <queue> #include <stack> #include <chrono> #include <random> using namespace std; #define pb push_back #define mp make_pair #define INF ll(1e18) #define mod 998244353 #define mod2 1000000007 #define eps 1e-9 #define abs(x) ((x)>=0?(x):-(x)) #define y1 solai #define fi first #define se second typedef long long ll; typedef long double ld; typedef pair<ll,ll> pll; typedef pair<double,double> pdd; const ll N=200100; ll n; int main() { ios_base::sync_with_stdio(0); cin.tie(0); cin>>n; for(ll i=1;i<=n;i++) cout<<"Long"; } /* */