HackUTOKYOv2Pim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 17e8ca0de08df591950eb02ffa1cf116f7c5891b
parent a1dcf0f8e0baa838f8881b2ec243e83346bd610a
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Fri, 30 Aug 2024 20:48:04 +0900

print count

Diffstat:
Mtest.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test.py b/test.py @@ -24,6 +24,7 @@ def main(): mos = mosaic(gray) count = dump(gray, keep) + print(count) if count[0] >= camLimit: if count[1] < camLimit: escapeR