Submission #3011728


Source Code Expand

from math import floor

def f(n):
    return floor((n * n + 4) / 8)


print(f(f(f(20))))

Submission Info

Submission Time
Task A - 天下一合成関数
User ZollingerPython3
Language Python (3.4.3)
Score 100
Code Size 96 Byte
Status AC
Exec Time 17 ms
Memory 2940 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 1
Set Name Test Cases
All no-input
Case Name Status Exec Time Memory
no-input AC 17 ms 2940 KB