But I can't use this new system.
Is there any one who can tell me how to use this new system?
Search found 98 matches
- Wed Jul 20, 2011 5:47 pm
- Forum: General
- Topic: I used acm.uva.es/problemset in 2008.
- Replies: 1
- Views: 4325
- Fri May 26, 2006 2:25 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317862
100..
the input can be,
Code: Select all
10 1
- Fri May 26, 2006 2:11 pm
- Forum: Other words
- Topic: Which problem is the easiest problem of this site?
- Replies: 27
- Views: 32335
- Mon May 22, 2006 12:23 pm
- Forum: Off topic (General chit-chat)
- Topic: I win !!
- Replies: 361
- Views: 155495
- Mon May 22, 2006 12:22 pm
- Forum: Off topic (General chit-chat)
- Topic: What game do you like best?
- Replies: 17
- Views: 66021
What game do you like best?
I like Starcraft Broodwar, How about you?
- Sun May 14, 2006 3:52 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10131 - Is Bigger Smarter?
- Replies: 93
- Views: 88834
10131 Bigger Smarter WA :-(
#include<fstream.h>
#include<string.h>
int n,cnt;
int a[101],b[101],d[101],pos[101],path[101];
int e[101],f[101],idx1[101];
int main(){
int i,j;
while(cin >> n){
for(i=0;i<n;i++){
cin >> a >> b ;
idx1 =i;
}
for(i=0;i<n;i++){
int t;
for(j=0;j<i;j++){
if(b >=b[j]){
t=a ;a =a[j];a[j]=t;
t=b ...
#include<string.h>
int n,cnt;
int a[101],b[101],d[101],pos[101],path[101];
int e[101],f[101],idx1[101];
int main(){
int i,j;
while(cin >> n){
for(i=0;i<n;i++){
cin >> a >> b ;
idx1 =i;
}
for(i=0;i<n;i++){
int t;
for(j=0;j<i;j++){
if(b >=b[j]){
t=a ;a =a[j];a[j]=t;
t=b ...
- Sun Apr 02, 2006 7:31 am
- Forum: Off topic (General chit-chat)
- Topic: WHY CE?
- Replies: 5
- Views: 3593
- Sun Mar 26, 2006 10:02 am
- Forum: Volume 106 (10600-10699)
- Topic: 10679 - I Love Strings!!
- Replies: 101
- Views: 69002
WHY CE?
#include<fstream.h>
ifstream in("input.txt");
ofstream out("output.txt");
int a[6][6];
int main(){
int A[10010032103030653745522674783868658436262757201301203120042104012042040];
return 0;
}
ifstream in("input.txt");
ofstream out("output.txt");
int a[6][6];
int main(){
int A[10010032103030653745522674783868658436262757201301203120042104012042040];
return 0;
}
- Sun Mar 26, 2006 9:45 am
- Forum: Off topic (General chit-chat)
- Topic: WHY CE?
- Replies: 5
- Views: 3593
WHY CE?
WHY CE?
#include<fstream.h>
ifstream in("input.txt");
ofstream out("output.txt");
int a[6][6];
int main(){
int A[10010032103030653745522674783868658436262757201301203120042104012042040];
return 0;
}
#include<fstream.h>
ifstream in("input.txt");
ofstream out("output.txt");
int a[6][6];
int main(){
int A[10010032103030653745522674783868658436262757201301203120042104012042040];
return 0;
}
- Sun Mar 26, 2006 9:40 am
- Forum: Off topic (General chit-chat)
- Topic: Super Fast Programmer
- Replies: 18
- Views: 36895
- Sat Mar 25, 2006 2:26 am
- Forum: Volume 106 (10600-10699)
- Topic: 10600 - ACM Contest and Blackout
- Replies: 34
- Views: 20210
Code: Select all
좋냐 심성일
- Sat Mar 25, 2006 12:19 am
- Forum: Volume 106 (10600-10699)
- Topic: 10679 - I Love Strings!!
- Replies: 101
- Views: 69002
- Sat Mar 25, 2006 12:17 am
- Forum: Volume 106 (10600-10699)
- Topic: 10679 - I Love Strings!!
- Replies: 101
- Views: 69002
10679 WHY AC!!! I'm CRAZY!!!!!!!
#include<iostream.h>
#include<string.h>
int main(){
char a[100001],b[100001];
int k,i,j,c,d;
cin >> c;
for(i=0;i<c;i++){
cin.get();
cin >> a;
cin >> d;
cin.get();
for(j=0;j<d;j++){
cin >> b;
int sw=0,len=strlen(a),z=0,len2=strlen(b);
for(k=0;;k++){
if(sw==len2)
break;
if(b[sw]==a[z ...
#include<string.h>
int main(){
char a[100001],b[100001];
int k,i,j,c,d;
cin >> c;
for(i=0;i<c;i++){
cin.get();
cin >> a;
cin >> d;
cin.get();
for(j=0;j<d;j++){
cin >> b;
int sw=0,len=strlen(a),z=0,len2=strlen(b);
for(k=0;;k++){
if(sw==len2)
break;
if(b[sw]==a[z ...
- Sun Mar 19, 2006 2:28 am
- Forum: Off topic (General chit-chat)
- Topic: What`s your accupation?
- Replies: 4
- Views: 3240