/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:12: error: 'Ans' was not declared in this scope
   if(j<=m) Ans+=b[j];
            ^~~
/in/foo.cc:19:11: error: 'Ans' was not declared in this scope
     cout<<Ans<<endl;
           ^~~
/in/foo.cc:10:9: warning: unused variable 'ans' [-Wunused-variable]
     int ans=0;
         ^~~

信息

递交者
类型
递交
题目
P1758 勇士
语言
C++
递交时间
2024-01-15 18:57:13
评测时间
2024-01-15 18:57:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes