摘要: 八、运算符 #include <iostream> using namespace std; int main(){ int a,c; cin>>a; return 0; } 九、整数除法(求商) #include <iostream> using namespace std; int main() 阅读全文
posted @ 2025-08-30 16:59 jch123456 阅读(11) 评论(0) 推荐(0)
摘要: 一、Hello OI #include <iostream> using namespace std; int main(){ cout<<"I LOVE OI."; return 0; } 二、输出算式 #include <iostream> using namespace std; int ma 阅读全文
posted @ 2025-08-30 12:02 jch123456 阅读(52) 评论(0) 推荐(0)