# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
4161 | 2013-09-02T15:19:03 Z | dbfud | 일차 함수 (tutorial4) | C++ | 0 ms | 0 KB |
#include "grader.h" void solve() { int b = f(0); int a = f(1) - b; report( a, b ) ; }
# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
4161 | 2013-09-02T15:19:03 Z | dbfud | 일차 함수 (tutorial4) | C++ | 0 ms | 0 KB |
#include "grader.h" void solve() { int b = f(0); int a = f(1) - b; report( a, b ) ; }