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
We sometimes want to run tests which are not associated to specific problems (e.g. generating inputs using srand() and rand(), and check the output with assert()). For this, we can use Hello World as a dummy problem.
However, this technique is not trivial, so we should print hint messages when test files with no PROBLEM are found.
The text was updated successfully, but these errors were encountered:
We sometimes want to run tests which are not associated to specific problems (e.g. generating inputs using
srand()
andrand()
, and check the output withassert()
). For this, we can use Hello World as a dummy problem.However, this technique is not trivial, so we should print hint messages when test files with no
PROBLEM
are found.The text was updated successfully, but these errors were encountered: