| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1314887 | chengjiezhuo | scanf 함수 4 (BSC_0_6) | C++20 | 0 ms | 332 KiB |
#include <cstdio>
int a, b;
int main(){
printf("%d\n", scanf("%d%d", &a, &b));
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
