摘要: #include <iostream> void ignore_exceptions() { for(int i=-10;i<10;i++) { std::cout<<"i:"<<i<<", 100/i="<<100/i<<std::endl; } std::cout<<"Finished in " 阅读全文
posted @ 2023-09-15 18:20 FredGrit 阅读(26) 评论(0) 推荐(0)