Compile Error

foo.cc: In function 'int main()':
foo.cc:10:2: error: a function-definition is not allowed here before '{' token
   10 |  {
      |  ^
foo.cc: At global scope:
foo.cc:22:9: error: expected constructor, destructor, or type conversion before '(' token
   22 |   printf("总张数:%d\n" + count);
      |         ^
foo.cc:23:3: error: expected unqualified-id before 'return'
   23 |   return count;
      |   ^~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

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