经典指数          
原因
1581
浏览数
0
收藏数
 

有以下程序
#include<iostream>
#include<stdio.h>
using namespace std;
int main(){
  int m=0123, n = 123;
  printf("%o %o\n", m, n);
  return 0;
}
程序运行后的输出结果是()
  • 0123 0173
  • 0123 173
  • 123 173
  • 173 173

     举报   纠错  
 
切换
暂时还没有答案,欢迎分享你的解答 . . .
撰写答案
扫描后移动端查看本题