結果
| 問題 |
No.1777 万華鏡美術館
|
| コンテスト | |
| ユーザー |
kiyoshi0205
|
| 提出日時 | 2021-12-06 11:05:09 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 116 bytes |
| コンパイル時間 | 1,308 ms |
| コンパイル使用メモリ | 164,532 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-07-07 08:52:16 |
| 合計ジャッジ時間 | 2,426 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 RE * 2 |
| other | AC * 3 WA * 4 RE * 3 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
int main(){
int N;
cin>>N;
assert(N%2==0);
puts("4");
}
kiyoshi0205