竞赛
考级
h = 4396 g = 2200 print(f"{h} + {g} = {h + g}") print(f"{h} - {g} = {h - g}") print(f"{h} * {g} = {h * g}") print(f"{h} / {g} = {h // g}") print(f"{h} % {g} = {h % g}")
137****4244
#include <iostream> using namespace std; int main() { int h = 4396; int g = 2200; cout<<"4396 + 2200 ="<<h+g<<endl; cout<<"4396 - 2200 ="<<h-g<<endl; cout<<"43962200="<<hg<<endl; cout<<"4396/2200="<<h/g<<endl; cout<<"4396 % 2200="<<h%g<<endl; }
你爹
提交答案之后,这里将显示提交结果~