QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#559763 | #8221. 多方计算 | ktq_cpp | Compile Error | / | / | C++20 | 169b | 2024-09-12 09:16:34 | 2024-09-12 09:16:35 |
Judging History
answer
#include"mpc.h"
#include<bits/std++.h>
using namespace std;
#define cout putsssss
int precalc(int n, int m);
bool transmit(player &player, int round, int position);
Details
answer.code:2:9: fatal error: bits/std++.h: No such file or directory 2 | #include<bits/std++.h> | ^~~~~~~~~~~~~~ compilation terminated.