记录详情

Wrong Answer

foo.cc: In function ‘int main()’:
foo.cc:4:29: warning: variable ‘z’ set but not used [-Wunused-but-set-variable]
    4 |         int a, b, c ,x ,y , z ;
      |                             ^
foo.cc:47:28: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized]
   47 |         cout <<y << " " << x<<endl;
      |                            ^
foo.cc:4:22: note: ‘x’ was declared here
    4 |         int a, b, c ,x ,y , z ;
      |                      ^
foo.cc:47:21: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized]
   47 |         cout <<y << " " << x<<endl;
      |                     ^~~
foo.cc:4:25: note: ‘y’ was declared here
    4 |         int a, b, c ,x ,y , z ;
      |                         ^
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 760.0 KiB
#2 Wrong Answer User output longer than standard answer. 2ms 764.0 KiB
#3 Wrong Answer User output longer than standard answer. 2ms 504.0 KiB
#4 Wrong Answer User output longer than standard answer. 2ms 536.0 KiB
#5 Wrong Answer User output longer than standard answer. 2ms 504.0 KiB

信息

递交者
类型
递交
比赛
南师大2025年新生赛(第一场)
语言
C++
递交时间
2025-08-15 11:01:38
评测时间
2025-08-23 22:07:05
评测机
分数
0
总耗时
13ms
峰值内存
764.0 KiB