結果

問題 No.8075 114101097100032118101114116105099097108108121
ユーザー kuc_jacksonkuc_jackson
提出日時 2021-04-01 22:50:42
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 283 bytes
コンパイル時間 989 ms
コンパイル使用メモリ 100,592 KB
最終ジャッジ日時 2025-01-20 07:11:47
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 10
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<iomanip>
#include<bitset>
#include<algorithm>
#include<string>
#include<vector>
#include<cstdio>
#include<cmath>
#include<queue>
#include<map>
#include<set>
using namespace std;
using ll=long long;

int main(){
    cout << "input" << endl;
    return 0;
}
0