Submission #511130

# Submission time Handle Problem Language Result Execution time Memory
511130 2022-01-15T08:01:43 Z Salama scanf 함수 5 (BSC_0_7) C++14
0 / 100
1 ms 292 KB
#include <bits/stdc++.h>
using namespace std;
int main(){
int o,z; cin>>o>>z; cout<<float((z+o)/2);
}
# Verdict Execution time Memory Grader output
1 Correct 1 ms 204 KB Output is correct
2 Incorrect 0 ms 292 KB Output isn't correct
3 Halted 0 ms 0 KB -