제출 #1314887

#제출 시각아이디문제언어결과실행 시간메모리
1314887chengjiezhuoscanf 함수 4 (BSC_0_6)C++20
100 / 100
0 ms332 KiB
#include <cstdio>
int a, b;
int main(){
    printf("%d\n", scanf("%d%d", &a, &b));
}
#Verdict Execution timeMemoryGrader output
Fetching results...