#include <bits/stdc++.h> using namespace std; int main(){ int a,b; string c;
cin >> a >> b >> c; if(c == "+"){ cout << a+b; }else if(c == "-"){ cout << a-b;
}else if(c == "*"){ cout << a*b; }else if(...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《C++打字练习》 | 322字 | 2.2分钟 | 100% | 142 CPM | 6 次 | 0 | 及格,继续努力! |
Inspirational quotes: 把每位员工经营成创新的SBU并不断经营出高素质的人才的决定性因素就是管理者能否经营自我。 ——张瑞敏 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |