bugs fixed (#623)

* bugs fixed

* bugs fixed

* bugs fixed
This commit is contained in:
wanderer 2018-12-05 01:32:53 +08:00 committed by Harshil
parent d75bec8a78
commit dab312e0e7
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ if __name__ == '__main__':
"""
print abs Max
"""
"""

View File

@ -17,4 +17,4 @@ def main():
print(absMin(a)) # = -1
if __name__ == '__main__':
main()
main()