Submission #00131
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | #include <iostream> #include <string> #include <stack> #include <queue> #include <set> #include <map> #include <algorithm> #include <functional> #include <vector> #include <cstring> #include <cstdio> #include <cstdlib> using namespace std; signed main(){ cin.tie(0); ios::sync_with_stdio( false ); float a; cin>>a; if (a<0) cout<< "REIWA\n" ; if (a==0) cout<< "RE_WA\n" ; if (a>0) cout<< "0WA\n" ; return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0014 - 令和 |
ユーザー名 | ei1841 |
投稿日時 | 2019-05-27 17:42:06 |
言語 | C++ |
状態 | Accepted |
得点 | 1 |
ソースコード長 | 457 Byte |
最大実行時間 | 30 ms |
最大メモリ使用量 | 640 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 1 / 1 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
in01 | AC | 19 ms | 604 KB |
1
|
in02 | AC | 27 ms | 560 KB |
1
|
in03 | AC | 19 ms | 640 KB |
1
|
in04 | AC | 24 ms | 592 KB |
1
|
in05 | AC | 30 ms | 552 KB |
1
|
in06 | AC | 18 ms | 508 KB |
1
|
in07 | AC | 24 ms | 464 KB |
1
|
in08 | AC | 18 ms | 416 KB |
1
|
in09 | AC | 26 ms | 504 KB |
1
|
in10 | AC | 25 ms | 588 KB |
1
|