1 条题解

  • 0
    @ 2024-7-21 14:37:14

    直接转化法:

    #include <bits/stdc++.h>
    using namespace std;
    
    int main(){
    	int n;
    	scanf("%d",&n);
    	printf("%X",n);
    	return 0;
    }
    
    • 1

    信息

    ID
    184
    时间
    1000ms
    内存
    512MiB
    难度
    7
    标签
    递交数
    22
    已通过
    7
    上传者