結果
| 問題 |
No.8041 なんとかのはなうらない
|
| コンテスト | |
| ユーザー |
ugis_prog
|
| 提出日時 | 2019-04-01 21:33:29 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 138 bytes |
| コンパイル時間 | 404 ms |
| コンパイル使用メモリ | 58,456 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-11-26 11:25:01 |
| 合計ジャッジ時間 | 942 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 13 |
ソースコード
#include<iostream>
#include<map>
#include<string>
using namespace std;
int main(){
int N;
cin >> N;
cout << "Yes" << endl;
}
ugis_prog