This repository has been archived on 2026-07-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cmc/3sem/cnts/contest10/t1/gdb command
T
2025-04-13 21:48:15 +03:00

12 lines
170 B
Plaintext
Executable File

break parse_value
commands
silent
set $count = $count + 1
if $count == 2
print item->type
continue
end
continue
end
set $count = 0
run