結果

問題 No.188 HAPPY DAY
ユーザー miku39kkmiku39kk
提出日時 2018-01-03 22:07:09
言語 C++11
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 167 bytes
コンパイル時間 427 ms
コンパイル使用メモリ 62,804 KB
実行使用メモリ 4,500 KB
最終ジャッジ日時 2023-08-30 01:34:54
合計ジャッジ時間 899 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <math.h>
using namespace std;

int main() {
    cout << 14;
    
    return 0;
}
0