Thanks, you're right.
But there is something wrong in the Archive Judge System .
People who registered after " Thu Jan 01 2004 " can't submit at all.
UserID : 1668
Register date: Tue Dec 30, 04:38 UTC 2003
Submissions : 3
==============================
UserID : 1669
Register date: Thu Jan 01 ...
Search found 4 matches
- Fri Feb 27, 2004 12:04 pm
- Forum: Off topic (General chit-chat)
- Topic: Submission Error in "ARCHIVE"
- Replies: 5
- Views: 5002
- Thu Feb 05, 2004 8:49 am
- Forum: Off topic (General chit-chat)
- Topic: Submission Error in "ARCHIVE"
- Replies: 5
- Views: 5002
Submission Error in "ARCHIVE"
I register for the Archive
and submit with "ACM-ICPC Live Archive - Submit-o-matic 6.0"
but I always get "Submission Error"..
Could you tell me why I get "Submission Error" or how to submit, plz?
ToT
and submit with "ACM-ICPC Live Archive - Submit-o-matic 6.0"
but I always get "Submission Error"..
Could you tell me why I get "Submission Error" or how to submit, plz?
ToT
- Fri Apr 25, 2003 6:34 am
- Forum: Volume 1 (100-199)
- Topic: 157 - Route Finding
- Replies: 17
- Views: 4652
thanks..
Thanks.. I realize my mistake 

- Wed Mar 26, 2003 5:36 am
- Forum: Volume 1 (100-199)
- Topic: 157 - Route Finding
- Replies: 17
- Views: 4652
157 - Route Finding
1
A:fgmpnxzabjdf
AaAa
#
What is the correct answer?
0: Aa
or
0: Aaa
or
2: Aaba
This is my code..
[cpp]
#include <iostream>
#include <iomanip>
using namespace std;
struct edge
{
int w;
char prevRoute, prevStation;
} graph[26][26][26][26];
bool route[26], station[26][26];
char buff ...
A:fgmpnxzabjdf
AaAa
#
What is the correct answer?
0: Aa
or
0: Aaa
or
2: Aaba
This is my code..
[cpp]
#include <iostream>
#include <iomanip>
using namespace std;
struct edge
{
int w;
char prevRoute, prevStation;
} graph[26][26][26][26];
bool route[26], station[26][26];
char buff ...