Change Task 2

This commit is contained in:
AZEN-SGG 2025-05-02 02:28:33 +03:00
parent 71db8aa5cb
commit abe10d6036
2 changed files with 12 additions and 7 deletions

View file

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
cl = get_call_function_count();
if (it >= m)
if (it > m)
{
fprintf(stdout, "%s : Task = %d NOT FOUND Count = %d T = %.2f\n", argv[0], task, cl, t);
return -2;