Can anybody help me? I pass every test case on this thread but keep geting WA.
Thanks in advance.
#include <cstdio>
#include <iostream>
#include <algorithm>
#include <vector>
#define MAX 28
#define INF 1000000000
using namespace std;
typedef pair<int, int> ii;
typedef vector<ii> vii;
int ...
Search found 10 matches
- Fri Feb 13, 2015 7:34 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10171 - Meeting Prof. Miguel...
- Replies: 68
- Views: 35155
- Thu Jan 29, 2015 4:47 am
- Forum: Volume 101 (10100-10199)
- Topic: 10145 - Lock Manager
- Replies: 9
- Views: 5755
Re: 10145 - Lock Manager
Can anybody help me? I don't know why I'm getting WA.
#include <cstdio>
#include <map>
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
using namespace std;
typedef pair<int, int> ii;
#define EXCLUSIVE -1
#define SHARED -10
#define BLOCKED 0
int main () {
char line ...
#include <cstdio>
#include <map>
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
using namespace std;
typedef pair<int, int> ii;
#define EXCLUSIVE -1
#define SHARED -10
#define BLOCKED 0
int main () {
char line ...
- Wed Dec 31, 2014 2:48 am
- Forum: Volume 7 (700-799)
- Topic: 762 - We Ship Cheap
- Replies: 51
- Views: 29489
Re: 762 - We Ship Cheap
Can anybody help me?
I'm getting WA and I've passed every test case discussed in this thread.
#include <iostream>
#include <cstdio>
#include <vector>
#include <queue>
#include <map>
#include <string>
#include <algorithm>
#include <stack>
using namespace std;
typedef pair<int, int> ii;
typedef ...
I'm getting WA and I've passed every test case discussed in this thread.
#include <iostream>
#include <cstdio>
#include <vector>
#include <queue>
#include <map>
#include <string>
#include <algorithm>
#include <stack>
using namespace std;
typedef pair<int, int> ii;
typedef ...
- Wed Nov 12, 2014 12:55 am
- Forum: Volume 7 (700-799)
- Topic: 793 - Network Connections
- Replies: 102
- Views: 47741
Re: 793 - Network Connections
I'm passing every test case but keep getting WA.
Can anybody help me?
thanks in advance
Can anybody help me?
thanks in advance
Code: Select all
code removed after AC
pd: don't forget that computers go from 1 to N, that was my problem
- Tue Nov 04, 2014 5:47 am
- Forum: Volume 119 (11900-11999)
- Topic: 11988 - Broken Keyboard (a.k.a. Beiju Text)
- Replies: 27
- Views: 15987
Re: 11988 - Broken Keyboard (a.k.a. Beiju Text)
Deleted after AC 

- Thu Oct 23, 2014 4:24 pm
- Forum: Volume 5 (500-599)
- Topic: 514 - Rails
- Replies: 79
- Views: 37739
Re: 514 - Rails
Thanks a lot! Got AC 

- Thu Oct 23, 2014 6:51 am
- Forum: Volume 5 (500-599)
- Topic: 514 - Rails
- Replies: 79
- Views: 37739
Re: 514 - Rails
Hey guys, I've tried every test case in this thread but can't get AC.
Can anyone help me telling what's wrong or give some more test cases?
Thanks in advance.
Can anyone help me telling what's wrong or give some more test cases?
Thanks in advance.
Code: Select all
got AC thks!
- Fri Oct 17, 2014 9:11 am
- Forum: Volume 5 (500-599)
- Topic: 556 - Amazing
- Replies: 17
- Views: 8889
Re: 556 - Amazing
Hey, can someone give me some more test cases? I have tried several but can't get AC. Thanks!
- Wed Oct 01, 2014 1:30 am
- Forum: Volume 126 (12600-12699)
- Topic: 12673 - Football
- Replies: 12
- Views: 5761
Re: 12673 - Football
oh! thanks, I missed a silly validation, just got AC.
Thanks a lot
Thanks a lot

- Sat Sep 20, 2014 6:38 am
- Forum: Volume 126 (12600-12699)
- Topic: 12673 - Football
- Replies: 12
- Views: 5761
Re: 12673 - Football
Hey Guys, can anybody please give some more test cases? My code works fine with the ones above, but i keep on getting WA

Code: Select all
removed after ACC