/ Vijos /

记录详情

Compile Error

/in/foo.c:3:1: error: unknown type name 'using'
 using namespace std;
 ^
/in/foo.c:3:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
 using namespace std;
                 ^
/in/foo.c: In function 'main':
/in/foo.c:7:8: error: 'Impossible' undeclared (first use in this function)
 printf(Impossible!"")
        ^
/in/foo.c:7:8: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:7:18: error: expected ')' before '!' token
 printf(Impossible!"")
                  ^
/in/foo.c:8:1: error: expected ';' before 'return'
 return 0;
 ^

信息

递交者
类型
递交
题目
P1286 座位安排
语言
C
递交时间
2017-04-09 14:44:08
评测时间
2017-04-09 14:44:08
评测机
分数
0
总耗时
18ms
峰值内存
3.125 MiB