Skip to content
homework-bot edited this page Feb 13, 2022 · 40 revisions
Author: niosus
Branch: split-check-and-upload
Commit: a55d968a2ac9cb8c61eef7b02db5936466c08f00

Test results

Homework Name Task Name Test Name Result
Sample homework Simple cpp tasks Build succeeded
String output test
Input output test
Wrong output fail
Style errors

Encountered errors

Sample homework | Simple cpp tasks | Wrong output fail

stderr

Given input: ''
Your output 'This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.'
Expected output: 'Unexpected output.'

stdout

This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.


Sample homework | Simple cpp tasks | Style errors

stderr

./main.cpp:11:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]

stdout

Done processing ./main.cpp
Category 'whitespace/ending_newline' errors found: 1
Total errors found: 1



With ❤️ from Homework Bot 🤖

Clone this wiki locally