Submission #677623

#TimeUsernameProblemLanguageResultExecution timeMemory
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...