#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字 | 4.2分钟 | 100% | 75 CPM | 15 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 坚强的意志,是经过许多崎岖曲折的磨练而成,有了这些经历,才知道平稳人生的可贵。 ——方海权 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |