doc 格式化问题.

This commit is contained in:
licsber 2023-07-08 15:12:02 +08:00
parent 4d1c595a6b
commit 94021b3455
4 changed files with 6 additions and 4 deletions

View File

@ -0,0 +1,2 @@
if __name__ == '__main__':
pass

View File

@ -25,5 +25,5 @@ t = int(input())
for _ in range(t):
print('YES' if fun(*map(int, input().split())) else 'NO')
if __name__ == '__main__':
if __name__ == '__main__':
pass

View File

@ -21,5 +21,5 @@ t = int(input())
for _ in range(t):
print('YES' if fun(*map(int, input().split())) else 'NO')
if __name__ == '__main__':
if __name__ == '__main__':
pass

View File