제출 #14069

#제출 시각아이디문제언어결과실행 시간메모리
14069gs14041scanf 함수 4 (BSC_0_6)C++98
100 / 100
0 ms1084 KiB
#include<stdio.h>
int x,y;
int main()
{
scanf("%d%d",&x,&y);
if(x && y) puts("2");
else puts("1");
}
#Verdict Execution timeMemoryGrader output
Fetching results...