Submission #511132

#TimeUsernameProblemLanguageResultExecution timeMemory
511132Salamascanf 함수 5 (BSC_0_7)C++14
100 / 100
1 ms272 KiB
#include <bits/stdc++.h>
using namespace std;
int main(){
int o,z; cin>>o>>z; double z2=double(o+z)/2;cout<<z2;
}
#Verdict Execution timeMemoryGrader output
Fetching results...