Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Hello World
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 /*Problem: Ramesh’s basic salary is input through the keyboard. His dearness allowance is 40% of basic salary, and house rent allowance is 20% of basic salary. Write a program to calculate his gross salary.*/ #include <iostream> int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
Fibonacci stairs
div64 inline asm
Copy_and_base
program_solution_3
0004
C++ quine
Matrix_1
Redeclare with auto
Say if number is prime and give its factors
MSVC alias template