제출 #1362583

#제출 시각아이디문제언어결과실행 시간메모리
1362583AishaBoarding Passes (BOI22_passes)C++20
0 / 100
0 ms344 KiB
#include <bits/stdc++.h>

using namespace std;

#define int long long

signed main() {
    ios_base::sync_with_stdio(false);
    cin.tie(0);
    cout.tie(0);
    string s; cin >> s;
    int n = s.size(); 
    int m = n / 2;
    cout << fixed << setprecision(2) << m * m / 2.0l << endl;
   
    return 0;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…