#CH011. 整数的运算
整数的运算
阅读程序,填写对应的输出结果
cout << 2 + 3 << endl;
{{ input(1) }}
cout << 188 - 166 << endl;
{{ input(2) }}
cout << 2 * 31 << endl;
{{ input(3) }}
cout << 5 / 2 << endl;
{{ input(4) }}
cout << 15 % 4 << endl;
{{ input(5) }}
阅读程序,填写对应的输出结果
cout << 2 + 3 << endl;
{{ input(1) }}
cout << 188 - 166 << endl;
{{ input(2) }}
cout << 2 * 31 << endl;
{{ input(3) }}
cout << 5 / 2 << endl;
{{ input(4) }}
cout << 15 % 4 << endl;
{{ input(5) }}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.