Search found 4 matches
- Tue Sep 10, 2013 9:38 am
- Forum: Volume 123 (12300-12399)
- Topic: 12376 - As Long as I Learn, I Live
- Replies: 9
- Views: 5749
Re: 12376 - As Long As I Learn, I Live
Is the sample I/O anton_indrawan gave correct? And brain fry what do you mean by "Your I/O and description are correct."
- Mon Sep 09, 2013 4:22 pm
- Forum: ACM ICPC Archive Board
- Topic: UVA Live archivwe5818 : WA
- Replies: 1
- Views: 3029
UVA Live archivwe5818 : WA
http://uva.onlinejudge.org/external/123/12376.html
#include <iostream>
#include <cstdio>
#include "vector"
#include "queue"
#include "cstring"
#include "algorithm"
//N, maximum number of node
#define N 100
using namespace std;
int n,m;
vector< int > life[N+10];
int learn[N+10]; // Learning at ...
#include <iostream>
#include <cstdio>
#include "vector"
#include "queue"
#include "cstring"
#include "algorithm"
//N, maximum number of node
#define N 100
using namespace std;
int n,m;
vector< int > life[N+10];
int learn[N+10]; // Learning at ...
- Sat Nov 17, 2012 1:59 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10235 - Simply Emirp
- Replies: 150
- Views: 51769
Re: 10235 - Simply Emirp WA
Can you please explain the reason.
- Thu Nov 15, 2012 11:07 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10235 - Simply Emirp
- Replies: 150
- Views: 51769
10235 - Simply Emirp WA
Remove after accepted