Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
program_solution_3
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> int main() { cout<<"so writing program "; for(int i = 0;i<99;i++) { if(i%3==0) { cout<<" ON"; } else if(i%5==0) { cout<<"off"; } else(i%5==0 && i%3==0) { cout<<"OnOFF"; } } }
run
|
edit
|
history
|
help
0
postfix eval in c++ - multidigits decimal
Runner-mt
sharedptr emptiness
OS_checker
dhar1
Dices by GOOSE
hex manip
This is the first one
No UD
Two-phase sample with VC++ 2015