結果
問題 | No.188 HAPPY DAY |
ユーザー | Alaaan515 |
提出日時 | 2019-02-11 01:27:45 |
言語 | C++11 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 1 ms / 1,000 ms |
コード長 | 167 bytes |
コンパイル時間 | 562 ms |
コンパイル使用メモリ | 65,328 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-07-08 01:24:15 |
合計ジャッジ時間 | 873 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ソースコード
#include <iostream> #include <algorithm> #include <string> #include <vector> #include <iomanip> using namespace std; int main() { cout << "30" << endl; return 0; }