# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
542 | 2013-02-28T12:16:41 Z | a01077483940 | 일차 함수 (tutorial4) | C++ | 0 ms | 0 KB |
#include "grader.h" #include<algorithm> using namespace std; void solve() (void) { int b = f(0); int a = f(1)-f(0); Report (a, b); }