提出 #811331


ソースコード 拡げる

#include <iostream>

using namespace std;

int main()
{
	int x,y;
	cin >> x >> y;

	if(x < y)
		cout << y << endl;

	else
		cout << x << endl;

		return 0;
}

提出情報

提出日時
問題 A - 正直者
ユーザ Yasu4204
言語 C++ (G++ 4.6.4)
得点 100
コード長 173 Byte
結果 AC
実行時間 28 ms
メモリ 1056 KiB

ジャッジ結果

セット名 all
得点 / 配点 100 / 100
結果
AC × 27
セット名 テストケース
all 00_sample_01.txt, 00_sample_02.txt, kensho_diff01, kensho_diff02, kensho_diff03, kensho_diff04, kensho_diff05, kensho_min-max01, kensho_min-max02, kensho_min-max03, kensho_min-max04, kensho_min-max05, kensho_min-max06, kensho_min-max07, kensho_min-max08, kensho_min-max09, kensho_min-max10, kensho_rand01, kensho_rand02, kensho_rand03, kensho_rand04, kensho_rand05, kensho_rand06, kensho_rand07, kensho_rand08, kensho_rand09, kensho_rand10
ケース名 結果 実行時間 メモリ
00_sample_01.txt AC 28 ms 1052 KiB
00_sample_02.txt AC 25 ms 1052 KiB
kensho_diff01 AC 27 ms 1048 KiB
kensho_diff02 AC 25 ms 980 KiB
kensho_diff03 AC 26 ms 1048 KiB
kensho_diff04 AC 27 ms 1048 KiB
kensho_diff05 AC 27 ms 1048 KiB
kensho_min-max01 AC 26 ms 1056 KiB
kensho_min-max02 AC 26 ms 1032 KiB
kensho_min-max03 AC 24 ms 1052 KiB
kensho_min-max04 AC 27 ms 1052 KiB
kensho_min-max05 AC 27 ms 1052 KiB
kensho_min-max06 AC 26 ms 1056 KiB
kensho_min-max07 AC 27 ms 1048 KiB
kensho_min-max08 AC 27 ms 1048 KiB
kensho_min-max09 AC 26 ms 1056 KiB
kensho_min-max10 AC 25 ms 1048 KiB
kensho_rand01 AC 24 ms 1044 KiB
kensho_rand02 AC 26 ms 1048 KiB
kensho_rand03 AC 26 ms 924 KiB
kensho_rand04 AC 26 ms 1052 KiB
kensho_rand05 AC 24 ms 1052 KiB
kensho_rand06 AC 27 ms 1048 KiB
kensho_rand07 AC 26 ms 1052 KiB
kensho_rand08 AC 27 ms 1036 KiB
kensho_rand09 AC 26 ms 1048 KiB
kensho_rand10 AC 26 ms 1056 KiB