#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% | 64 CPM | 12 次 | 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 |