結果
問題 |
No.8074 5000000000000000-SAT
|
ユーザー |
|
提出日時 | 2025-02-23 12:09:07 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 185 bytes |
コンパイル時間 | 740 ms |
コンパイル使用メモリ | 80,856 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2025-02-23 12:09:09 |
合計ジャッジ時間 | 1,466 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
ソースコード
#include<iostream> #include<vector> #include<tuple> #include<climits> using namespace std; using ll = long long; using ull = unsigned long long; int main(){ cout << "Yes" << endl; }