QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#170817#7184. Transport Plusesucup-team1588#Compile Error//C++143.2kb2023-09-09 16:01:392023-09-09 16:02:45

Details

answer.code: In function ‘int main()’:
answer.code:68:22: error: ‘setprecision’ was not declared in this scope
   68 |     cout << fixed << setprecision(4);
      |                      ^~~~~~~~~~~~