Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
gp series
//g++ 5.4.0 #include <iostream> using namespace std; int main() { int k=1; int l=1; std::cout << "Hello, world!\n"; for(int i=1;i<10;i++) { if(i%2==0) { cout<<2*k<<endl; k++; } else {cout<<3*l<<endl; l++;} } }
run
|
edit
|
history
|
help
0
ArrAdSubMul
infix to postfix v 5.0 (with exponent support)
template
Hello World C++ - minimal
Let's Go!
compile-time check of existness of method of a class
Tejas choudhari
DeltaX campus recruitment
Trapping rain water problem
CodeChef P2 - FIZZA