Submission #696491

#TimeUsernameProblemLanguageResultExecution timeMemory
696491hkoiscanf 함수 5 (BSC_0_7)C++17
100 / 100
1 ms300 KiB
#include <bits/stdc++.h> using namespace std; int main() { double a, b; cin >> a >> b; cout << (a+b)/2 << '\n'; }
#Verdict Execution timeMemoryGrader output
Fetching results...