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
CommandQueue
dynamic_cast in assert Causing Error
Workaround for https://github.com/Project-OSRM/osrm-backend/pull/4385
10dan büyük mü küçük mü
upper_bound With binary_function Visual Studio 2008 Bug?
Test
success
Generic EventProvider
Error log b is an undeclared identifier...
Dequeue Using STL List