My spaces did not appear in the post. What I wrote was
For instance:
aaa
___aaaaaaaaaaaaaaaaaa<assume 73 chars>
aaa
turns into:
aaa
aaaaaaaaaaaaaaaaaa<assume 73 chars>
aaa
..where _ means space
Search found 7 matches
- Sat Sep 27, 2003 8:16 am
- Forum: Volume 8 (800-899)
- Topic: 848 - Fmt
- Replies: 16
- Views: 14318
- Sat Sep 27, 2003 8:14 am
- Forum: Volume 8 (800-899)
- Topic: 848 - Fmt
- Replies: 16
- Views: 14318
- Sat Sep 20, 2003 8:59 am
- Forum: Volume 1 (100-199)
- Topic: 117 - The Postal Worker Rings Once
- Replies: 58
- Views: 25066
- Fri Sep 19, 2003 12:28 am
- Forum: Other words
- Topic: why aren't default space/time constraints specified?
- Replies: 8
- Views: 2353
why aren't default space/time constraints specified?
Shouldn't there be a link to the default time limit, stack size, and total memory size available somewhere on the main problemset page?
- Thu Sep 18, 2003 11:41 pm
- Forum: Other words
- Topic: acm.uva.es/archive submissions can't be judged?
- Replies: 3
- Views: 1752
acm.uva.es/archive submissions can't be judged?
Why is it that when I try to have a 2xxx problem judged via the online submitter linked to from the main acm.uva.es page, I get "can't be judged", but if I hit the little submit button by the problem on acm.uva.es/archive, my submissions are able to be judged?
Is this going to be fixed soon? By the ...
Is this going to be fixed soon? By the ...
- Mon Aug 25, 2003 11:22 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10033 - Interpreter
- Replies: 88
- Views: 39291
- Fri Aug 22, 2003 10:28 am
- Forum: Volume 100 (10000-10099)
- Topic: 10033 - Interpreter
- Replies: 88
- Views: 39291
istringstream operation causes segfault
When submitting the code below for problem 10033, I get a SIGSEGV runtime error, which I think means a segfault.
[cpp]
#include <iostream>
#include <cstdio>
#include <sstream>
#include <algorithm>
#include <string>
using namespace std;
int main(){
int tests;
string temp;
istringstream iss ...
[cpp]
#include <iostream>
#include <cstdio>
#include <sstream>
#include <algorithm>
#include <string>
using namespace std;
int main(){
int tests;
string temp;
istringstream iss ...