본문 바로가기
백준

[15894] 수학은 체육과목입니다

by Jcoder 2018. 8. 25.


#include <iostream>
using namespace std;
int main()
{
unsigned int n;
cin >> n;
cout << n * 4 << endl;
return 0;
}


'백준' 카테고리의 다른 글

[2386] 도비의 영어 공부  (0) 2018.08.26
[2743] 단어 길이 재기  (0) 2018.08.25
[11370] Spawn of Ungoliant  (0) 2018.08.25
[11367] Report Card Time  (0) 2018.08.24
[11366] Tons of Orcs, no Fibbin’  (0) 2018.08.24