/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int mian()':
/in/foo.cc:27:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(s[0]=='+')++hd;while(s[hd]==48)++hd;
     ^~
/in/foo.cc:27:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(s[0]=='+')++hd;while(s[hd]==48)++hd;
                       ^~~~~
/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
P1230 数的朗读
语言
C++
递交时间
2020-08-04 08:21:21
评测时间
2020-08-04 08:21:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes