用户:一个STUB用户_6923702查看:0 回复:0 评论:0 创建时间:2021-03-06T22:40:51
#include<iostream> using namespace std; int main(){ cout << hex << 16 << endl; return 0; }