Submission #55255
ソースコード
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 29 30 31 32 | #include <stdio.h> #include <iostream> #include <algorithm> #include <stdlib.h> #include <string.h> #include <time.h> #include <math.h> #include <cstdio> #include <float.h> #include <ctype.h> #include <queue> #include <map> #include <stack> #include <limits.h> #include <cstdlib> #include <string> #include <ctime> #include <cmath> #include <cstdlib> #include <cfloat> using namespace std; int main( void ) { int a, b; scanf ( "%d %d" , &a, &b); if (a <= b) { printf ( "ikisugi\n" ); } else { printf ( "yjsnpi\n" ); } return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0817 - お前のことが好きだったんだよ… |
ユーザー名 | Curo35 |
投稿日時 | 2019-09-27 16:53:50 |
言語 | C++ |
状態 | Accepted |
得点 | 3 |
ソースコード長 | 561 Byte |
最大実行時間 | 41 ms |
最大メモリ使用量 | 644 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | イキスギィ! | 3 / 3 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
in1.txt | AC | 41 ms | 604 KB |
1
|
in2.txt | AC | 21 ms | 444 KB |
1
|
in3.txt | AC | 32 ms | 420 KB |
1
|
in4.txt | AC | 19 ms | 644 KB |
1
|
in5.txt | AC | 18 ms | 620 KB |
1
|