QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#279536#7904. Rainbow Subarrayucup-team1704#Compile Error//C++172.8kb2023-12-08 21:00:312023-12-08 21:00:31

詳細信息

answer.code: In function ‘int main()’:
answer.code:88:17: error: ‘lS’ was not declared in this scope; did you mean ‘S’?
   88 |         cout << lS * s64(rT)  << '\n';
      |                 ^~
      |                 S
answer.code:88:26: error: ‘rT’ was not declared in this scope; did you mean ‘T’?
   88 |         cout << lS * s64(rT)  << '\n';
      |                          ^~
      |                          T