文章
19
粉丝
0
获赞
125
访问
3.0k
#include<bits/stdc++.h> using namespace std; int main() { string s; while(cin >> s) { cout << stoi(s, nullptr, 16) << endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发