mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-12-14 12:38:14 +00:00
2 lines
62 B
Python
2 lines
62 B
Python
def main(args):
|
|
return 100*args[1]**2+0.01*abs(args[0]+10) |