提出 #110719


ソースコード 拡げる

#include<iostream>
using namespace std;

int main(){
	int x, y;
	cin >> x >> y;
	if(x>=y){
		cout << x;
	}else{
		cout << y;
	}
	return 0;
}

提出情報

提出日時
問題 A - 正直者
ユーザ ayafmy
言語 C++ (G++ 4.6.4)
得点 0
コード長 152 Byte
結果 WA
実行時間 25 ms
メモリ 800 KiB

ジャッジ結果

セット名 all
得点 / 配点 0 / 100
結果
WA × 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 WA 21 ms 796 KiB
00_sample_02.txt WA 21 ms 724 KiB
kensho_diff01 WA 22 ms 796 KiB
kensho_diff02 WA 22 ms 792 KiB
kensho_diff03 WA 21 ms 700 KiB
kensho_diff04 WA 22 ms 792 KiB
kensho_diff05 WA 22 ms 796 KiB
kensho_min-max01 WA 22 ms 796 KiB
kensho_min-max02 WA 22 ms 796 KiB
kensho_min-max03 WA 22 ms 792 KiB
kensho_min-max04 WA 21 ms 796 KiB
kensho_min-max05 WA 21 ms 800 KiB
kensho_min-max06 WA 21 ms 792 KiB
kensho_min-max07 WA 21 ms 796 KiB
kensho_min-max08 WA 22 ms 796 KiB
kensho_min-max09 WA 22 ms 792 KiB
kensho_min-max10 WA 21 ms 796 KiB
kensho_rand01 WA 22 ms 796 KiB
kensho_rand02 WA 21 ms 796 KiB
kensho_rand03 WA 22 ms 796 KiB
kensho_rand04 WA 20 ms 792 KiB
kensho_rand05 WA 21 ms 796 KiB
kensho_rand06 WA 19 ms 796 KiB
kensho_rand07 WA 25 ms 788 KiB
kensho_rand08 WA 21 ms 800 KiB
kensho_rand09 WA 21 ms 800 KiB
kensho_rand10 WA 22 ms 796 KiB