摘要: #include<iostream> using namespace std; int main() { int num1 = 30; int num2 = 4; cout << num1 / num2 << endl; //整数除以整数结果还是整数,小数点之后的都去掉 int a1 = 20; i 阅读全文
posted @ 2021-08-19 20:40 彩色的梦 阅读(681) 评论(0) 推荐(0) 编辑