문제
불기 연도를 서기 연도로 변환한 결과를 출력한다.
언어
C++
정답
#include <iostream>using namespace std;int main() { int a;
cin >> a ;
cout << a-543 ; return 0;}
풀이
댓글
댓글 쓰기