[closed] code check

Just for my curiosity how code is check and evaluated?
is only based on the outcome or do you have some smart code checker?

asked 06 Mar '12, 10:20

marcin%20walendzik's gravatar image

marcin walen...
1371314
accept rate: 8%

closed 30 Mar '12, 17:32

The question has been closed for the following reason "The question is answered, right answer was accepted" by marcin walendzik 30 Mar '12, 17:32


3 Answers:

I am sure they have bunch of test cases for each problem.

link

answered 06 Mar '12, 10:21

Kamal%20Lamsal's gravatar image

Kamal Lamsal
113247

Your code is checked automatically by a bot/grader calling your functions and expecting precise answers.
sometime the code is scanned for inappropriate content (Like quote characters when it's explecitly asked not to use them) but otherwise analyse the outcome/output or your code, and not really it's content.

link

answered 06 Mar '12, 10:30

Angel's gravatar image

Angel
7.0k632112

edited 06 Mar '12, 10:32

Thank you for your answers.

link

answered 06 Mar '12, 10:37

marcin%20walendzik's gravatar image

marcin walen...
1371314

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15,269
×323

Asked: 06 Mar '12, 10:20

Seen: 147 times

Last updated: 30 Mar '12, 17:32