Submission #112258


Source Code Expand

#include <stdio.h>

main(){

	int M1;
	int M2;
	scanf("%d",&H1);
	scanf("%d",&H2);

	if(M1>M2){
	printf("%d\n",M1);
	}
	else if(M2>M1){
		printf("%d\n",M1);
	}

}

Submission Info

Submission Time
Task A - 正直者
User hnlbn115
Language C++ (G++ 4.6.4)
Score 0
Code Size 178 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:7:14: error: ‘H1’ was not declared in this scope
./Main.cpp:8:14: error: ‘H2’ was not declared in this scope