Submission #70159
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #include <iostream> #include <vector> using namespace std; int main(){ int n,a,b,i; a = 0; b = 0; string s; cin >> n; for (i = 0;i < n;i++){ cin >> s; if (s == "UDON" ){ a += 1; } else { b += 1; } } if (a > b){ cout << "Winner is UDON" ; } else if (a < b){ cout << "Winnr is SOBA" ; } else { cout << "Drew" ; } cout << "\n" ; return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 1243 - 年越しうどん VS 年越し蕎麦 |
ユーザー名 | ei2217 |
投稿日時 | 2022-05-30 17:16:38 |
言語 | C++17 |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 485 Byte |
最大実行時間 | 45 ms |
最大メモリ使用量 | 744 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 10 | in* |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
in01.txt | AC | 45 ms | 476 KB |
1
|
in02.txt | AC | 40 ms | 444 KB |
1
|
in03.txt | WA | 26 ms | 544 KB |
1
|
in04.txt | AC | 27 ms | 384 KB |
1
|
in05.txt | WA | 28 ms | 356 KB |
1
|
in06.txt | WA | 34 ms | 456 KB |
1
|
in07.txt | WA | 24 ms | 556 KB |
1
|
in08.txt | WA | 22 ms | 520 KB |
1
|
in09.txt | WA | 22 ms | 624 KB |
1
|
in10.txt | AC | 22 ms | 596 KB |
1
|
in11.txt | WA | 25 ms | 560 KB |
1
|
in12.txt | WA | 19 ms | 532 KB |
1
|
in13.txt | AC | 22 ms | 500 KB |
1
|
in14.txt | WA | 20 ms | 600 KB |
1
|
in15.txt | AC | 20 ms | 696 KB |
1
|
in16.txt | WA | 27 ms | 668 KB |
1
|
in17.txt | WA | 20 ms | 636 KB |
1
|
in18.txt | AC | 28 ms | 608 KB |
1
|
in19.txt | WA | 23 ms | 704 KB |
1
|
sample01.txt | AC | 26 ms | 672 KB | |
sample02.txt | WA | 18 ms | 648 KB | |
sample03.txt | WA | 23 ms | 744 KB |