QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#589867#1506. Jousting Tournament5un_xiaomivita_mboxCompile Error//C++1749b2024-09-25 20:24:222024-09-25 20:24:22

Details

answer.code: In function ‘int main()’:
answer.code:3:1: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
    3 | cout<<114514;
      | ^~~~
      | std::cout
In file included from answer.code:1:
/usr/include/c++/13/iostream:63:18: note: ‘std::cout’ declared here
   63 |   extern ostream cout;          ///< Linked to standard output
      |                  ^~~~