제출 #13464

#제출 시각아이디문제언어결과실행 시간메모리
13464gs14004scanf 함수 4 (BSC_0_6)C++14
100 / 100
0 ms1084 KiB
#include <stdio.h>
  
int main(){
  int t,u;
  printf("%d",scanf("%d %d",&t,&u));
}
#Verdict Execution timeMemoryGrader output
Fetching results...