We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
改写练习文件
vim ./exercise1.cpp
使用GNU编译
g++ -o exercise1 exercise1.cpp
运行
./exercise1
获取输出
echo $?
输出255