记录详情

Compile Error

foo.cc:7:12: error: stray '#' in program
  if(x == 2)#include "iostream"
            ^
foo.cc: In function 'int Prime(int)':
foo.cc:7:13: error: 'include' was not declared in this scope
  if(x == 2)#include "iostream"
             ^~~~~~~
foo.cc:23:1: error: a function-definition is not allowed here before '{' token
 {
 ^
foo.cc:32:1: error: a function-definition is not allowed here before '{' token
 {
 ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
P1024 Superprime
语言
C++
递交时间
2021-04-16 20:36:34
评测时间
2021-04-16 20:36:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes