QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#282692#73. MineralsznstzCompile Error//C++20108b2023-12-12 19:42:362023-12-12 19:42:36

Details

answer.code: In function ‘void Solve(int)’:
answer.code:4:3: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
    4 |   cout<<"Accepted: 1\n";
      |   ^~~~
      |   std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:75,
                 from answer.code:2:
/usr/include/c++/11/iostream:61:18: note: ‘std::cout’ declared here
   61 |   extern ostream cout;          /// Linked to standard output
      |                  ^~~~