本蒟蒻最近尝试学些SPJ,写了一段必AC的代码:
#include "testlib.h" int main(int argc, char* argv[]) { registerTestlibCmd(argc, argv); quitf(_ok, "The answer is correct."); }
提交测评后显示:
Wrong Answer. wrong output format Extra information in the output file.
求助大佬。