#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字 | 5.0分钟 | 100% | 58 CPM | 4 次 | 1 | 不及格,加强练习! |
The wrong word this time: { | |||||||
Inspirational quotes: 企业的经营,不能只站在单纯的一个角度去看,而要从各个角度分析、观察才行。 ——藤田田 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |