Submission #49102


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include<stdio.h>
int main(void)
{
int c;
char a,b;
scanf("%c %c",&a,&b);
c=a-b;
if(c==0){
printf("True\n");}
else{
printf("False\n");}
return 0;
}

ステータス

項目 データ
問題 1121 - はいすぺっく()フレンズ
ユーザー名 sth18_y-warashina
投稿日時 2019-05-08 16:57:04
言語 C
状態 Accepted
得点 1
ソースコード長 172 Byte
最大実行時間 24 ms
最大メモリ使用量 504 KB

セット

セット 得点 Cases
1 ALL 1 / 1 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in_01.txt AC 24 ms 504 KB
1
in_02.txt AC 19 ms 316 KB
1
in_03.txt AC 18 ms 332 KB
1
in_04.txt AC 19 ms 384 KB
1
in_05.txt AC 17 ms 340 KB
1
in_06.txt AC 20 ms 360 KB
1