Compilation Error

General topic about Valladolid Online Judge

Moderator: Board moderators

Post Reply
noor_aub
New poster
Posts: 26
Joined: Sat Aug 22, 2009 12:16 pm

Compilation Error

Post by noor_aub »

Please Any Body help me I am getting compilation error on a problem. Here is my code

Code: Select all

Thnks
Last edited by noor_aub on Sun Nov 22, 2009 8:56 am, edited 1 time in total.
sohel
Guru
Posts: 856
Joined: Thu Jan 30, 2003 5:50 am
Location: New York

Re: Compilation Error

Post by sohel »

The scope of variable i is within the for loop. So, when you try to access i outside the loop, you get compile error.
Declare i before the for loop starts to get rid of CE.
Post Reply

Return to “General”