문제
URL : https://codeup.kr/problemsetsol.php?psid=23
소스코드
#include <iostream>
using namespace std;
int main()
{
unsigned _int32 n;
cin >> n;
cout << n;
return 0;
}
URL : https://codeup.kr/problemsetsol.php?psid=23
#include <iostream>
using namespace std;
int main()
{
unsigned _int32 n;
cin >> n;
cout << n;
return 0;
}