Search found 1 match
- Mon Aug 04, 2008 7:06 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10013 - Super long sums
- Replies: 212
- Views: 39878
TLE Help
Can anyone help with the following code? I've gotten TLE for all my submissions and I can't figure out how to optimize it more than where it is at. Thanks. #include <iostream> #include <time.h> #include <sstream> #include <algorithm> using namespace std; int main() { int cases = 0, digits = 0; ostri...