結果

問題 No.188 HAPPY DAY
ユーザー miku39kkmiku39kk
提出日時 2018-01-03 22:07:09
言語 C++11
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 167 bytes
コンパイル時間 530 ms
コンパイル使用メモリ 62,104 KB
実行使用メモリ 6,816 KB
最終ジャッジ日時 2024-12-31 06:12:43
合計ジャッジ時間 911 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
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