QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#170817#7184. Transport Plusesucup-team1588#Compile Error//C++143.2kb2023-09-09 16:01:392023-09-09 16:02:45

详细

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