제출 #21621

#제출 시각아이디문제언어결과실행 시간메모리
21621nona1314scanf 함수 4 (BSC_0_6)C++11
100 / 100
0 ms1116 KiB
#include <stdio.h> int main() { int a, b; int ret = scanf("%d%d",&a,&b); printf("%d",ret); }
#Verdict Execution timeMemoryGrader output
Fetching results...