結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー 👑 obakyan
提出日時 2019-03-19 22:20:12
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 145 bytes
コンパイル時間 450 ms
コンパイル使用メモリ 58,240 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-14 09:27:19
合計ジャッジ時間 1,704 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <cstdlib>
#include <vector>
#include <algorithm>
int main()
{
    std::cout << "YES" << std::endl;
    return 0;
}

0