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
Best way for getting more precision no.
count common elements in three sorted array without using extraspace
merge-sort
Compare boost optional with the actual value
dijkstra
dsadasdsa
Test constructors and operators
fb_series
Problema2
DayTempEnum