QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#631605#9443. Left Equals Rightucup-team2454#Compile Error//C++14705b2024-10-12 09:08:082024-10-12 09:08:08

详细

answer.code: In function ‘int main()’:
answer.code:9:5: error: ‘cin’ was not declared in this scope
    9 |     cin>>n;
      |     ^~~
answer.code:18:9: error: ‘puts’ was not declared in this scope
   18 |         puts("0");
      |         ^~~~
answer.code:34:5: error: ‘cout’ was not declared in this scope
   34 |     cout<<ans%m;
      |     ^~~~