| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1282016 | oji | scanf 함수 4 (BSC_0_6) | C++20 | 1 ms | 332 KiB |
#include<iostream>
using namespace std;
int main(){
int a,b;
cin >> a >>b;
cout << a << b <<endl;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
