#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.3分钟 | 100% | 74 CPM | 11 次 | 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 |