#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.0分钟 | 100% | 75 CPM | 19 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 为了自己想过的生活,勇于放弃一些东西,这个世界没有公正之处,你也永远得不到两全之计,若要自由,就得牺牲安全,若要闲散,就不能获得别人评价中的成就,若要愉悦,就无须计较身边的人给予的态度,若要前行,就得离开你现在停留的地方。 ——安妮宝贝 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |