We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb2112 commit ee8024fCopy full SHA for ee8024f
data/languages/cpp/main.cpp
@@ -35,7 +35,8 @@ std::string to_lower(std::string s) {
35
36
int main(int argc, char *argv[]) {
37
if (argc < 4) {
38
- std::cerr << "Usage: " << argv[0] << " <input file> <output file> "
+ std::cerr << "Usage: " << argv[0]
39
+ << " <testcase directory> <results output file> "
40
<< "<testcase name>" << std::endl;
41
return 1;
42
}
0 commit comments