結果
問題 | No.3073 - |
ユーザー | a01sa01to |
提出日時 | 2024-06-18 00:28:54 |
言語 | C++23 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 312 bytes |
コンパイル時間 | 2,914 ms |
コンパイル使用メモリ | 243,092 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-06-18 00:28:58 |
合計ジャッジ時間 | 3,822 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ソースコード
#include <bits/stdc++.h> using namespace std; #ifdef LOCAL #include "settings/debug.cpp" #define _GLIBCXX_DEBUG #else #define Debug(...) void(0) #endif #define rep(i, n) for (int i = 0; i < (n); ++i) using ll = long long; using ull = unsigned long long; int main() { cout << 3073 << endl; return 0; }