please give me some I/O.
Thanks in advance.
Search found 9 matches
- Wed Oct 26, 2005 10:39 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10060 - A hole to catch a man
- Replies: 22
- Views: 8253
- Tue Oct 25, 2005 10:29 pm
- Forum: Volume 2 (200-299)
- Topic: 202 - Repeating Decimals
- Replies: 82
- Views: 25270
- Mon Oct 24, 2005 11:30 pm
- Forum: Volume 2 (200-299)
- Topic: 202 - Repeating Decimals
- Replies: 82
- Views: 25270
- Fri Jul 01, 2005 6:00 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10020 - Minimal coverage
- Replies: 57
- Views: 27268
- Wed Jun 15, 2005 10:45 pm
- Forum: Off topic (General chit-chat)
- Topic: I win !!
- Replies: 361
- Views: 155449
- Wed Jun 15, 2005 10:23 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10763 - Foreign Exchange
- Replies: 45
- Views: 24770
- Thu Mar 03, 2005 7:08 pm
- Forum: Volume 4 (400-499)
- Topic: 482 - Permutation Arrays
- Replies: 159
- Views: 53310
482-help me find the bug
here is my got.got wrong answer.help
#include<stdio.h>
#include<string.h>
#include<assert.h>
#include<stdlib.h>
#define SIZE 1000001
long pos[SIZE];
char val[SIZE][30];
char inp[SIZE*12];
void main()
{
long i,j,N;
char *q;
gets(inp);
sscanf(inp,"%ld",&N);
while(N--)
{
gets(inp);
q ...
#include<stdio.h>
#include<string.h>
#include<assert.h>
#include<stdlib.h>
#define SIZE 1000001
long pos[SIZE];
char val[SIZE][30];
char inp[SIZE*12];
void main()
{
long i,j,N;
char *q;
gets(inp);
sscanf(inp,"%ld",&N);
while(N--)
{
gets(inp);
q ...
- Sun Jan 30, 2005 9:33 pm
- Forum: Algorithms
- Topic: Please tell me the number of KMP's application problems,thx.
- Replies: 4
- Views: 2509
- Sat Jan 29, 2005 11:03 pm
- Forum: Algorithms
- Topic: Please tell me the number of KMP's application problems,thx.
- Replies: 4
- Views: 2509