Search found 62 matches
- Thu Aug 02, 2007 6:21 am
- Forum: Volume 112 (11200-11299)
- Topic: 11241 - Humidex
- Replies: 17
- Views: 8246
- Mon Jul 30, 2007 7:39 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11241 - Humidex
- Replies: 17
- Views: 8246
Why WA
Can anybody say why its WA
Thanx in advance
Code: Select all
Removed
- Fri Mar 16, 2007 9:28 pm
- Forum: Volume 1 (100-199)
- Topic: 145 - Gondwanaland Telecom
- Replies: 62
- Views: 7909
I think your output part Should be
Code: Select all
printf("%10s%6d%6d%6d%3c%8.2lf\n",phone,p,q,r,ch,total_cost);
gets(phone);
- Sun Mar 11, 2007 10:36 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 49474
See previous Posts http://online-judge.uva.es/board/viewtopic.php?t=6182&highlight=102&sid=50c8028667f89ad1a8c2009b39ba02c9 http://online-judge.uva.es/board/viewtopic.php?t=11815&highlight=102 http://online-judge.uva.es/board/viewtopic.php?t=11802&highlight=102 http://online-judge.uva.es/board/viewt...
- Sun Mar 11, 2007 10:05 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 36648
- Sun Mar 11, 2007 9:13 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10195 - The Knights Of The Round Table
- Replies: 59
- Views: 15809
- Sun Mar 11, 2007 8:23 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 36648
Read output format
That means there is a blank line between 2 test case
And dont open a new thread if there is one already
Use previous posts to post your problem
Code: Select all
A blank line should separate each set of output.
And dont open a new thread if there is one already
Use previous posts to post your problem
- Sat Mar 10, 2007 4:43 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 36648
You didnt tell what is your problem I have compiled your code in G++ compiler if gives me following message 10062.cpp: In function int main(): 10062.cpp:18: error: erre was not declared in this scope I think your output format is also not correct Sometimes you can get WA instead of PE in the case of...
- Sat Mar 10, 2007 4:11 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10014 - Simple calculations
- Replies: 34
- Views: 8454
- Fri Mar 09, 2007 10:10 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10014 - Simple calculations
- Replies: 34
- Views: 8454
- Fri Mar 09, 2007 9:44 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10014 - Simple calculations
- Replies: 34
- Views: 8454
Your question is not clear... If your question is how can you print a blank line between 2 test case Answer is ....... main() { .... .... char btwn_case=0; ........... while(tast_case--) { ... .... ...... if (btwn_case)printf("\n");/*print it before printing any output*/ else btwn_case=1; /*Now prin...
- Wed Mar 07, 2007 7:14 pm
- Forum: Volume 4 (400-499)
- Topic: 483 - Word Scramble
- Replies: 122
- Views: 19956
- Tue Mar 06, 2007 11:12 pm
- Forum: Off topic (General chit-chat)
- Topic: New here
- Replies: 9
- Views: 40043
- Tue Mar 06, 2007 11:06 pm
- Forum: Off topic (General chit-chat)
- Topic: How old are you? Statistics.
- Replies: 121
- Views: 175568
- Tue Mar 06, 2007 10:57 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10195 - The Knights Of The Round Table
- Replies: 59
- Views: 15809