QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#559763#8221. 多方计算ktq_cppCompile Error//C++20169b2024-09-12 09:16:342024-09-12 09:16:35

Judging History

你现在查看的是最新测评结果

  • [2024-09-12 09:16:35]
  • 评测
  • [2024-09-12 09:16:34]
  • 提交

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);

详细

answer.code:2:9: fatal error: bits/std++.h: No such file or directory
    2 | #include<bits/std++.h>
      |         ^~~~~~~~~~~~~~
compilation terminated.