QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#866961#9920. Money Game 2ZhaoZiLongCompile Error//C++231.4kb2025-01-22 22:44:472025-01-22 22:44:48

詳細信息

answer.code: In function ‘void solve()’:
answer.code:49:56: error: expected ‘;’ before ‘}’ token
   49 |             ans=max(ans,(long long)(w+R[i][p].st-a[i]))
      |                                                        ^
      |                                                        ;
   50 |         }
      |         ~