Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 191 Bytes

File metadata and controls

25 lines (17 loc) · 191 Bytes

改写练习文件

vim ./exercise1.cpp

使用GNU编译

g++ -o exercise1 exercise1.cpp

运行

./exercise1

获取输出

echo $?

输出255