結果
問題 | No.1777 万華鏡美術館 |
ユーザー | ei1333333 |
提出日時 | 2021-12-06 13:32:43 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 156 bytes |
コンパイル時間 | 1,764 ms |
コンパイル使用メモリ | 198,632 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-07 08:56:10 |
合計ジャッジ時間 | 3,153 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
5,248 KB |
testcase_01 | RE | - |
testcase_02 | WA | - |
testcase_03 | RE | - |
testcase_04 | AC | 2 ms
5,376 KB |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | AC | 2 ms
5,376 KB |
testcase_10 | RE | - |
testcase_11 | RE | - |
testcase_12 | AC | 1 ms
5,376 KB |
ソースコード
#include<bits/stdc++.h> using namespace std; int main() { int N, M; cin >> N >> M; if(N & 1) { cout << 5 << endl; return 0; } throw 0; }