#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字 | 1.7分钟 | 99% | 183 CPM | 12 次 | 3 | 良好,向更快挑战! |
The wrong word this time: u,t, | |||||||
Inspirational quotes: 他殷勤,那是他刚刚爱上你,他笨拙,那是他深深爱着你,他从容,那是他已厌倦你。 ——李碧华 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |