请在 下方输入 要搜索的题目:

给出下面程序输出结果。#include<iostream>using namespace std;int main(){ int i = 036; cout<<i<<endl; cout<<hex<<i<<endl; cout<<oct<<i<<endl; return 0; }

给出下面程序输出结果。#includeusing namespace std;int main(){ int i = 036; cout<

发布时间:2025-03-10 05:05:26
推荐参考答案 ( 由 专技宝 官方老师解答 )
答案:30 1e 36
专业技术学习
专业技术学习