/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:14: error: 'n' was not declared in this scope; did you mean 'yn'?
   21 |         cin>>n>>e>>s;
      |              ^
      |              yn
/in/foo.cc:26:25: error: 'f' was not declared in this scope
   26 |                         f[i]=max(f[i],f[j]+add(i,j));
      |                         ^
/in/foo.cc:27:15: error: 'f' was not declared in this scope
   27 |         cout<<f[n]<<endl;;
      |               ^
/in/foo.cc: In function 'int add(int, int)':
/in/foo.cc:14:1: warning: control reaches end of non-void function [-Wreturn-type]
   14 | }
      | ^

信息

递交者
类型
递交
题目
P1292 火车票
语言
C++
递交时间
2025-02-07 20:56:17
评测时间
2025-02-07 20:56:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes