Compile Error
/in/foo.c: In function 'main': /in/foo.c:19:5: error: 'cout' undeclared (first use in this function) 19 | cout<<"%d\n",maxQ<<endl; | ^~~~ /in/foo.c:19:5: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:19:24: error: 'endl' undeclared (first use in this function) 19 | cout<<"%d\n",maxQ<<endl; | ^~~~ /in/foo.c:19:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] 19 | cout<<"%d\n",maxQ<<endl; | ^
信息
- 递交者
- 类型
- 递交
- 题目
- 3-3 炒股发财
- 比赛
- 2025年春 南师大《程序设计与竞赛》作业赛第三场
- 语言
- C
- 递交时间
- 2025-03-22 20:26:52
- 评测时间
- 2025-03-22 20:26:52
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes