Submission #1282020

#TimeUsernameProblemLanguageResultExecution timeMemory
1282020ojiscanf 함수 5 (BSC_0_7)C++20
100 / 100
1 ms580 KiB
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin >> a >> b; double average = (a + b)/2; cout << average << endl; }
#Verdict Execution timeMemoryGrader output
Fetching results...