#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; printf("%o\n",a); return 0; }

0 条评论

目前还没有评论...