QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#279536#7904. Rainbow Subarrayucup-team1704#Compile Error//C++172.8kb2023-12-08 21:00:312023-12-08 21:00:31

Details

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