제출 #1282016

#제출 시각아이디문제언어결과실행 시간메모리
1282016ojiscanf 함수 4 (BSC_0_6)C++20
0 / 100
1 ms332 KiB
#include<iostream>
using namespace std;
int main(){
  int a,b;
  cin >> a >>b;
  cout << a << b <<endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...