Submission #430940


Source Code Expand

int main() {
  return 0;
}

Submission Info

Submission Time
Task C - 提出 (Submission)
User mayoko
Language IOI-Style C++ (GCC 5.4.1)
Score 0
Code Size 28 Byte
Status CE

Compile Error

./grader.cpp: In function ‘int compare(long long int)’:
./grader.cpp:20: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result
./grader.cpp: In function ‘int main()’:
./grader.cpp:32: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result
/tmp/cccn6sfg.o: In function `main':
grader.cpp:(.text+0x0): multiple definition of `main'
/tmp/ccgEgH1B.o:Main.cpp:(.text+0x0): first defined here
/tmp/cccn6sfg.o: In function `main':
grader.cpp:(.text+0x36): undefined reference to `getT(int, long long)'
collect2: ld returned 1 exit status