Submission #318455

#TimeUsernameProblemLanguageResultExecution timeMemory
318455codemaster111scanf 함수 5 (BSC_0_7)C++17
100 / 100
1 ms364 KiB
#include <iostream>
using namespace std;

int main() {
    double a, b;
    cin>>a>>b;
    cout<<(a+b)/2;
}
#Verdict Execution timeMemoryGrader output
Fetching results...