# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
511131 | 2022-01-15T08:03:58 Z | Salama | scanf 함수 5 (BSC_0_7) | C++14 | 0 ms | 204 KB |
#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 time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |