Compile Error
/in/foo.c:4:1: error: unknown type name 'using'
using namespace std;
^~~~~
/in/foo.c:4:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
using namespace std;
^~~
/in/foo.c: In function 'main':
/in/foo.c:15:11: warning: implicit declaration of function 'next_permutation' [-Wimplicit-function-declaration]
while(next_permutation(a,a+9));
^~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1772 巧妙填数
- 语言
- C
- 递交时间
- 2024-05-05 05:36:52
- 评测时间
- 2024-05-05 05:36:52
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes