Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Date n Time Macros
//g++ 5.4.0 #include <iostream> void line (); int main() { std::cout << __DATE__ << "\t\t" << __TIME__ << "\n"; line (); std::cout << "Hello, world!\n"; return 0; }; void line (){ for (int i=0; i < 32; i++){ std::cout << "*"; }; std::cout << '\n'; }
run
|
edit
|
history
|
help
0
aju
SayHi
Count of factors
javascript style arrays in c++
Functions-Part I
Stock buy/sell, maximum subarray problem
LRU - template
Rotate array
reverse array
work