Submission #3995614


Source Code Expand

# coding: utf-8
# Your code here!
import math
def f(n):
    return int((n ** 2 + 4) / 8)
    
print(f(f(f(20))))

Submission Info

Submission Time
Task A - 天下一合成関数
User ytcode
Language Python (3.4.3)
Score 100
Code Size 118 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