Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
#7.2
#include <iostream> using namespace std; int main() { float a, b; std::cout << "Podaj a: "; cin >> a; cout << a << endl << "Podaj b: "; cin >> b; cout << b << endl; cout << "a + b = " << a + b << endl; cout << "a - b = " << a - b << endl; cout << "a * b = " << a * b << endl; cout << "a / b = " << a / b << endl; //cout << "a % b = " << a % b << endl; return 0; }
run
|
edit
|
history
|
help
0
Visual Studio 2015 Compiler Bug: 64bit multiplication
VC++ fail
Two-phase sample with VC++ 2015
#30.2
copy
Fibonacci stairs
success
Eight Queen
rstring
cv2