My source code.
I was solve this problem with Dynamic Algorithm
#include<stdio.h>
#include<string.h>
void main(){
char a[1001];
char b[1001];
int tb[1001][1001]={0,};
int alen, blen;
int i, j;
char dap[101]={0,};
int cnt;
int t=1;
while(1){
gets(a);
if(a[0] == '#')
break;
gets(b ...
Search found 2 matches
- Mon Aug 28, 2006 1:46 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10192 - Vacation
- Replies: 58
- Views: 24259
- Mon Aug 28, 2006 1:43 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10191 - Longest Nap
- Replies: 75
- Views: 44205
...Well
Output...
If minute of the longest nap start time is 0
You must print 00
No 0
p.s
I'm Korean Middle School Student..
I can't English very well.
sorry,
If minute of the longest nap start time is 0
You must print 00
No 0
p.s
I'm Korean Middle School Student..
I can't English very well.
sorry,