QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#555435#5444. Tavern Chessucup-team2203#Compile Error//C++203.1kb2024-09-09 23:08:422024-09-09 23:08:42

详细

answer.code: In function ‘int main()’:
answer.code:157:22: error: ‘setprecision’ was not declared in this scope
  157 |         cout<<fixed<<setprecision(12)<<(a.win)<<'\n';
      |                      ^~~~~~~~~~~~
answer.code:4:1: note: ‘std::setprecision’ is defined in header ‘<iomanip>’; did you forget to ‘#include <iomanip>’?
    3 | #include <vector>
  +++ |+#include <iomanip>
    4 | using namespace std;