제출 #511130

#제출 시각아이디문제언어결과실행 시간메모리
511130Salamascanf 함수 5 (BSC_0_7)C++14
0 / 100
1 ms292 KiB
#include <bits/stdc++.h> using namespace std; int main(){ int o,z; cin>>o>>z; cout<<float((z+o)/2); }
#Verdict Execution timeMemoryGrader output
Fetching results...