Notice
Recent Posts
Recent Comments
Link
Little Jay
[C++] 백준 18108번 1998년생인 내가 태국에서는 2541년생?! 본문
백준 문제풀이를 통해
이런것도 있나 싶다
역시 불교국가.....
#include <iostream>
#include <vector>
#include <algorithm>
#include <string>
using namespace std;
int main() {
int a;
cin >> a;
cout << a - 543;
return 0;
}
'알고리즘 > BOJ' 카테고리의 다른 글
| [C++] 백준 2747번 피보나치 수 (0) | 2021.02.28 |
|---|---|
| [C++] 백준 2693번 N번째 큰 수 (0) | 2021.02.28 |
| [C++] 백준 3507번 Automated Telephone Exchange (0) | 2021.02.27 |
| [C++] 백준 2743번 단어 길이 재기 (0) | 2021.02.27 |
| [C++] 백준 2822번 점수계산 (0) | 2021.02.27 |
Comments