|
|
back to boardSTL teching (+) IMHO, it's one of the best problemsm that helps you teaching STL. Re: STL teching (+) Than why 0.828 sec? Try do it better :) Re: STL teching (+) Posted by KAV 1 Jun 2006 09:08 The problem number 1000 also gives an opportunity to use STL :D cout << accumulate( istream_iterator<int>(cin), istream_iterator<int>(), 0 ); |
|
|