文章
112
粉丝
69
获赞
220
访问
69.3k
格式化输入和输出
#include<bits/stdc++.h> using namespace std; int main() { int x; while(~scanf("%x", &x)) { printf("%d\n", x); } return 0; }
登录后发布评论
暂无评论,来抢沙发