记录详情

Wrong Answer

foo.cc: In function ‘int main()’:
foo.cc:12:15: warning: unused variable ‘x’ [-Wunused-variable]
   12 |         int n,x,y;
      |               ^
foo.cc:13:14: warning: unused variable ‘f’ [-Wunused-variable]
   13 |         bool f;
      |              ^
# 状态 耗时 内存占用
#1 Accepted 3ms 536.0 KiB
#2 Accepted 3ms 536.0 KiB
#3 Wrong Answer Standard answer longer than user output. 3ms 536.0 KiB
#4 Accepted 2ms 536.0 KiB
#5 Accepted 2ms 324.0 KiB

信息

递交者
类型
递交
题目
A3-4 素数专题:验证哥德巴赫猜想
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C++
递交时间
2024-08-18 15:19:08
评测时间
2024-08-18 15:19:08
评测机
分数
80
总耗时
14ms
峰值内存
536.0 KiB