Submission #197680

#TimeUsernameProblemLanguageResultExecution timeMemory
197680joylintpscanf 함수 5 (BSC_0_7)C++17
100 / 100
2 ms416 KiB
#include<bits/stdc++.h> using namespace std; signed main() { ios_base::sync_with_stdio(false); cin.tie(0); int a, b; cin >> a >> b, cout << (a + b) / 2.0 << '\n'; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...