제출 #677623

#제출 시각아이디문제언어결과실행 시간메모리
677623pbhatscanf 함수 5 (BSC_0_7)C++14
0 / 100
1 ms212 KiB
#include <bits/stdc++.h> using namespace std; void solve() { int a, b; cin >> a >> b; cout << ((a+b)/2) << "\n"; } int main() { solve(); return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...