← Back to List
16394번: 홍익대학교 ↗
Solutions
C++14
92 B | 92 chars
#include <iostream> using namespace std; int a; int main() { cin>>a; cout<<a-1946; }