首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
输入输出错误1
输入输出错误1
mac
2024-02-02
110
输入输出错误1
#
include
<iostream>
using
namespace
std
;
int
main
(
)
{
int
a
[
1
]
;
a
[
0
]
=
101
;
cout
<<
'\a[0]'
;
//不能以下划线外加数组的方式输出字符,即使是以下划线加数字的形式输出字符,也应该将下划线后面的数字为八进制
return
0
;
}
转载请注明原文地址: https://mac.8miu.com/read-484756.html
最新回复
(
0
)