제출 #1282020

#제출 시각아이디문제언어결과실행 시간메모리
1282020ojiscanf 함수 5 (BSC_0_7)C++20
100 / 100
1 ms580 KiB
#include<bits/stdc++.h>
using namespace std;
int main(){
    double a,b;
    cin >> a >> b;
    double average = (a + b)/2;
        cout << average << endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...