mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-08-13 05:48:37 +00:00
First Prototype To Iannick
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
def main(args):
|
||||
'''
|
||||
|
||||
#_# dimmensions: 0
|
||||
'''
|
||||
result = 0
|
||||
for i,x in enumerate(args[1:-1]):
|
||||
for i,x in enumerate(args[0:-1]):
|
||||
result += (x**2)**(args[i+1]**2+1) + (args[i+1]**2)**(x**2 + 1)
|
||||
|
||||
return result
|
||||
return result
|
||||
|
Reference in New Issue
Block a user