Submission #20069

#TimeUsernameProblemLanguageResultExecution timeMemory
20069suiscanf 함수 5 (BSC_0_7)C++14
100 / 100
0 ms1716 KiB
#include <iostream> using namespace std; #include <vector> #include <stack> #include <cassert> int main() { double x, y; cin >> x >> y; cout << (x+y)/2 << endl; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...