Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:14:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
14 | for (i=0;i<strlen(s);i++)
| ~^~~~~~~~~~
/in/foo.cc:46:40: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized]
46 | if (ans<=0.000&&ans>-0.0005) printf("%c=0.000",c);
| ~~~~~~^~~~~~~~~~~~~~
/in/foo.cc:9:10: note: 'c' was declared here
9 | char c,s[505];
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1344 计算器的改良
- 语言
- C++
- 递交时间
- 2026-02-19 15:14:06
- 评测时间
- 2026-02-19 15:14:06
- 评测机
- 分数
- 100
- 总耗时
- 7ms
- 峰值内存
- 324.0 KiB