#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.0分钟 | 97% | 69 CPM | 16 次 | 9 | 不及格,加强练习! |
The wrong word this time: ;,i,;,;,{,<,r,o," | |||||||
Inspirational quotes: 有结果未必是成功,但是没有结果一定是失败。 ——马云 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |