top of page
실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
/*#include <stdio.h>
int main()
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d",a||b);
return 0;
}
#include <stdio.h>
int m
/*#include <stdio.h>
int main()
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d",a||b);
return 0;
}
#include <stdio.h>
int m
댓글 0개
좋아요
댓글(0)
bottom of page