Search found 1 match

by jrydh
Sun Nov 18, 2001 9:28 pm
Forum: Volume 1 (100-199)
Topic: 108 - Maximum Sum
Replies: 233
Views: 51819

Hello!

1) Why doesn't the judge find <limits>!?? It's standard.

2) With std::numeric_limits replaced by a large negative integer, it gives "Time Limit Exceeded". Why? The response is instant for me.


// 108.cpp

#include <iostream>
#include <limits>
#include <exception>
#include <stdexcept ...

Go to advanced search