Results of Comment Search
Title | User | Message | Date Posted |
---|---|---|---|
Re: Invalid Return | bbi5291 | You are definitely exceeding the memory limit. A C++ program seems to always use at least 2.6 MiB, which I assume is basically the sum of the sizes of libc, libstdc++, and the I/O buffers. Your array ... | Oct 23, 2011 - 11:24:12 pm UTC |
Invalid Return | HelloMelloC | Why am I getting Invalid Return on all test cases? I've tried the first 10 test cases myself and I get the right answers. Process Explorer says the process takes 15,912k on Windows. Am I getting mem ... | Oct 23, 2011 - 10:40:36 pm UTC |