Submission #145836

#TimeUsernameProblemLanguageResultExecution timeMemory
145836uvelo일차 함수 (tutorial4)C++14
25 / 100
3 ms504 KiB
#include <iostream>
#include "grader.h"
using namespace std;

void solve(){
	int a1, a2, a, b;
	b = f(0);
	a = f(1) - f(0);
	Report(a, b);
}

Compilation message (stderr)

tutorial4.cpp: In function 'void solve()':
tutorial4.cpp:6:6: warning: unused variable 'a1' [-Wunused-variable]
  int a1, a2, a, b;
      ^~
tutorial4.cpp:6:10: warning: unused variable 'a2' [-Wunused-variable]
  int a1, a2, a, b;
          ^~
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...