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
hex manip
#8
hangman
-1 Girene Kadar Ortalama
Policy class partial specialization inheritance
hangman
Generic EventProvider
Default constructor - none defined
namespace name resolution
MSVC C++ runtime bug in dynamic_cast