Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Even Odd
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> using namespace std; int main() { for(int i=0; i<=100;i++){ if (i%2==0) cout<< "Even = "<< i << endl; else cout<< "Odd = "<< i << endl; } cout << " Hello, world!\n"; return 0; }
run
|
edit
|
history
|
help
0
MSVC initializer code
operator/function lookup
problem_binary_4
DCapSurfaceDesc
Copy vs Reference
solution_problem4
MSVC-IsBaseOf
parantheses matching test 1
#7
Policy class partial specialization inheritance