You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add only one testcase, it would always return SIGTERM (TLE). If I add a bunch of testcases and run all of them (Run All, or Run Testcases), it would always return SIGTERM at only Testcase 1. Even if I add 2 same testcases, the first one would always return SIGTERM.
And some settings for CPH:
"cph.language.cpp.Args": "-std=c++14 -O2 -s -static -lm",
"cph.general.timeOut": 1000,
Extension Version: v2024.11.1730722547
VS Code Version: 1.95
Operating System: Windows 11 24H2 64bit
The text was updated successfully, but these errors were encountered:
If I add only one testcase, it would always return SIGTERM (TLE). If I add a bunch of testcases and run all of them (Run All, or Run Testcases), it would always return SIGTERM at only Testcase 1. Even if I add 2 same testcases, the first one would always return SIGTERM.
And some settings for CPH:
"cph.language.cpp.Args": "-std=c++14 -O2 -s -static -lm",
"cph.general.timeOut": 1000,
Extension Version: v2024.11.1730722547
VS Code Version: 1.95
Operating System: Windows 11 24H2 64bit
The text was updated successfully, but these errors were encountered: