QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#478007#8050. Random Permutationucup-team3684Compile Error//C++20967b2024-07-14 15:15:062024-07-14 15:15:07

详细

answer.code: In function ‘int main()’:
answer.code:9:5: error: ‘cin’ was not declared in this scope
    9 |     cin.tie(0)->sync_with_stdio(0);
      |     ^~~
answer.code:45:5: error: ‘cout’ was not declared in this scope
   45 |     cout << ans << '\n';
      |     ^~~~