/ FtOJ /

记录详情

Compile Error

foo.cc:1:2: error: invalid preprocessing directive #py
 #py试水
  ^
foo.cc:2:1: error: 'ABC' does not name a type
 ABC=input();
 ^
foo.cc:3:1: error: 'BCD' does not name a type
 BCD=input();
 ^
foo.cc:4:6: error: expected constructor, destructor, or type conversion before '(' token
 print(int(ABC)+int(BCD));
      ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)

信息

递交者
类型
递交
题目
P1021 「模板」最小生成树
语言
C++
递交时间
2020-05-10 20:24:43
评测时间
2020-05-11 10:04:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes