QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#487119 | #5090. 妙妙题 | maojun | Compile Error | / | / | C++23 | 216b | 2024-07-22 16:32:30 | 2024-07-22 16:32:33 |
Judging History
This is the latest submission verdict.
- [2024-07-22 16:32:33]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2024-07-22 16:32:30]
- Submitted
answer
#include<bits/stdc++.h>
//#include"tmp.h"
using namespace std;
typedef double db;
const db pi=acos(-1),eps=1e-7;
void init(int N,int Type,int p){
}
bool guess(unsigned long long A,int x){
return 0;
}
詳細信息
implementer.cpp: In function ‘int _JFIBEIIYTAFEUXOULOWO_::main()’: implementer.cpp:18:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 18 | scanf("%d%d%d%d",&N,&Type,&p,&T); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ implementer.cpp:23:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 23 | scanf("%llu",&x); | ~~~~~^~~~~~~~~~~ /usr/bin/ld: /tmp/cchNWsQa.o: in function `_JFIBEIIYTAFEUXOULOWO_::main()': implementer.cpp:(.text.startup+0x65): undefined reference to `init(int, bool, int)' collect2: error: ld returned 1 exit status