Runtime Error
foo.cpp: In function 'int_ main()':
foo.cpp:42:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%d",&N);
^
foo.cpp:53:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%d\n",F[N]);
^
信息
- 递交者
- 类型
- 递交
- 题目
- 内存分配
- 语言
- C++
- 递交时间
- 2017-03-17 17:35:21
- 评测时间
- 2017-03-17 17:35:21
- 评测机
- 分数
- 0
- 总耗时
- 1698ms
- 峰值内存
- 31.75 MiB