結果
問題 | No.1342 Calculation |
ユーザー | a01sa01to |
提出日時 | 2023-10-30 00:18:52 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 309 bytes |
コンパイル時間 | 2,143 ms |
コンパイル使用メモリ | 198,924 KB |
実行使用メモリ | 6,812 KB |
最終ジャッジ日時 | 2024-09-25 17:00:37 |
合計ジャッジ時間 | 2,656 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ソースコード
#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 << 79 << endl; return 0; }