Hello!
My program gives WA!
Who can find and give me a test where my program is failed???
{ @JUDGE_ID: 37828FF 10101 Pascal}
program proga;
const a:array[1..5] of string=(' kuti ',' lakh ',' hajar ',' shata ','');
b:array[1..5] of byte=(2,2,2,1,2);
var s,t,m,out:string;
k,n,col,i,j:longint;
tt ...
Search found 4 matches
- Wed Dec 03, 2003 9:38 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10101 - Bangla Numbers
- Replies: 122
- Views: 45825
- Sun Nov 23, 2003 9:57 pm
- Forum: Volume 1 (100-199)
- Topic: 116 - Unidirectional TSP
- Replies: 226
- Views: 65748
Unidirectional TSP(116)
Please, help me.
This program passed all my tests but...
I have Worng Answer :(((
Can anybody give me a test where my program gives WA!
Thanks!
{@BEGIN_OF_SOURCE_CODE}
{ @JUDGE_ID: 37828FF 116 Pascal}
program proga;
var i,j:integer;
m,n,t,sm,min,posit:integer;
a,b,c:array[1..10,1..100] of integer ...
This program passed all my tests but...
I have Worng Answer :(((
Can anybody give me a test where my program gives WA!
Thanks!
{@BEGIN_OF_SOURCE_CODE}
{ @JUDGE_ID: 37828FF 116 Pascal}
program proga;
var i,j:integer;
m,n,t,sm,min,posit:integer;
a,b,c:array[1..10,1..100] of integer ...
- Sat Nov 22, 2003 1:36 am
- Forum: Volume 1 (100-199)
- Topic: 113 - Power of Cryptography
- Replies: 163
- Views: 51100
Power of Cryptography (#113)
I have a problem:
It seems to be OK but I got WA??? I can't find error!
Can somebody help me?
{@BEGIN_OF_SOURCE_CODE}
{ @JUDGE_ID: XXX 113 Pascal}
program proga;
var datan,datap:string;
procedure nsqrt(ns,ps:string);
var n,p,ost,res:integer;
code,v:integer;
begin
val(ns,n,code);
v:=(length(ps ...
It seems to be OK but I got WA??? I can't find error!
Can somebody help me?
{@BEGIN_OF_SOURCE_CODE}
{ @JUDGE_ID: XXX 113 Pascal}
program proga;
var datan,datap:string;
procedure nsqrt(ns,ps:string);
var n,p,ost,res:integer;
code,v:integer;
begin
val(ns,n,code);
v:=(length(ps ...
- Tue Nov 18, 2003 10:39 pm
- Forum: Volume 1 (100-199)
- Topic: 106 - Fermat vs. Pythagoras
- Replies: 138
- Views: 30700
Problem Fermat vs. Pythagoras(106) - the second number
Could someone help me.
In the problem [b]Fermat vs. Pythagoras(106) [/b]I can find all triples but how can I find the second number (count of number whitch are not in triples) ???
I can't even imagine anything!!!
In the problem [b]Fermat vs. Pythagoras(106) [/b]I can find all triples but how can I find the second number (count of number whitch are not in triples) ???
I can't even imagine anything!!!