Submission #2491291


Source Code Expand

#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <iomanip>
#include <numeric>
#include <cmath>
#include <map>
#include <set>
#define ull unsigned long long
#define ll long long
using namespace std;

int floor(int a){
    int w;
    w=(a*a+4)/8;
    return w;
}

int main(){
    cin.tie(0);
    ios::sync_with_stdio(false);
    int a=20;
    cout << floor(floor(floor(a))) << endl;

    return 0;
}

Submission Info

Submission Time
Task A - 天下一合成関数
User hystyl243
Language Text (cat)
Score 0
Code Size 460 Byte
Status WA
Exec Time 1 ms
Memory 128 KB

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
WA × 1
Set Name Test Cases
All no-input
Case Name Status Exec Time Memory
no-input WA 1 ms 128 KB