Hello!

I was trying to submit my Visual Basic solution for one of the Code Jam 
problems.
 
I can’t come up with the right syntax. I’m getting Pending Judgement all the 
time.
 
1.      Should I start my program with ‘…Module..’, or ‘Sub Main’, or just ‘Dim 
i as Integer…’
2.      Can I use extra functions (except Sub Main())?
3.      And for Input/Output should I use 
                '....StdIn As IO.StreamReader
             Or '...times = CInt(Console.ReadLine())
             Or '...times = WScript.StdIn.ReadLine()
Thanks. 
Alex.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/a7962110-6adf-47fa-9de0-b30b721322e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to