-
Notifications
You must be signed in to change notification settings - Fork 7
Home
homework-bot edited this page Feb 13, 2022
·
40 revisions
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 | ❌ |
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 🤖
Branch: split-check-and-upload
Commit: 8181b1d5068504a595b7e7af457875e5cd954525
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 | ❌ |
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 🤖