Search found 6 matches

by reza ali
Tue Jun 24, 2003 9:17 pm
Forum: Volume 3 (300-399)
Topic: 300 - Maya Calendar
Replies: 69
Views: 16239

Thanks

MR. Pupirev
At last I got accepeted of my code copying from board.I don't know why such things happend. Anyway, thanks to you.
by reza ali
Mon Jun 23, 2003 8:23 pm
Forum: Volume 3 (300-399)
Topic: 300 - Maya Calendar
Replies: 69
Views: 16239

surprising

Mr. Pupirev,
This is the mystry. For your kind information I use Turbo C++ 3.0 compiler for coding and use online submatic 0.6 for submission.The first code , I got 2 times AC(PE) but your correction that is 2nd one I got only AC.Which one you use for coding and submission?
Try to explain it please.
by reza ali
Sun Jun 22, 2003 8:15 pm
Forum: Volume 3 (300-399)
Topic: 300 - Maya Calendar
Replies: 69
Views: 16239

300 AC(PE)

Mr. pupirev,

This is surprising that my code is presentation error.There is also your code which is Accepted.Tell me the difference.The codes are below:

//@begin_of_source_code

#include<iostream.h>
#include<string.h>

int main()
{
/*@JUDGE_ID: --------------- 300 C++ "Dynamic programming ...
by reza ali
Thu Jun 19, 2003 8:12 pm
Forum: Volume 3 (300-399)
Topic: 300 - Maya Calendar
Replies: 69
Views: 16239

WA 300

I think my program is write. Please anybody, check my code.If there is important input you have, send it. Below the code://@begin_of_source_code

#include<iostream.h>
#include<string.h>

int main()
{
/*@JUDGE_ID: ----------- 300 C++ "Dynamic programming" */
unsigned long total;
int n,count,day ...
by reza ali
Mon Jun 16, 2003 8:37 pm
Forum: General
Topic: Never use yahoomail for submission
Replies: 6
Views: 2470

Never use yahoomail for submission

Whenever I use it , i get compiler error. It don't submit the code as text file.
So don't use it .Otherwise it wll be frustrating for any one.
by reza ali
Fri Jun 13, 2003 8:58 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 116808

compiler error (102)

Finding compiler error at problem 102.Please findout error :cry: . Here below the code:[c++}]


//@begin_of_source_code
#include<iostream.h>

int main()
{
/*@JUDGE_ID: 32434ZM 102 C++ "Dynamic programming" */
int i,j,bin[3][3],sum[3],min,take;
char *str[6][3],*sequence[3];
while (cin>>bin[0][0 ...

Go to advanced search