#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.8分钟 | 100% | 180 CPM | 10 次 | 0 | 良好,向更快挑战! |
Inspirational quotes: 现在不是去想缺少什么的时候,该想一想凭现有的东西你能做什么。 ——海明威 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |