Compile Error

foo.cc: In function 'int getCount(int)':
foo.cc:11:18: warning: for increment expression has no effect [-Wunused-value]
   11 |   for(i=0; i ;a[i]){
      |               ~~~^
foo.cc:16:36: warning: format not a string literal and no format arguments [-Wformat-security]
   16 |     printf("总张数:%d\n" + count);
      |                                    ^
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1062 人民币兑换
语言
C++
递交时间
2022-07-18 20:32:46
评测时间
2022-07-18 20:32:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes