Submission #511131

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