[ create a new paste ] login | about

Link: http://codepad.org/DkEdL09m    [ raw code | fork | 1 comment ]

wiso - C++, pasted on Oct 15:
1
2
int main()
{}


Output:
No errors or program output.


Create a new paste based on this one


Comments:
posted by wiso on Oct 15
on my pc this code takes 11.5 seconds.
if you try to chane line
f << stringa << std::endl;
to
f << '\n' << stringa;
it takes 1.473 second

reply