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