/ Vijos /

记录详情

Compile Error

foo.cpp:56:5: warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]
     long long num = strtoll(M.c_str(), nullptr, N);
     ^
foo.cpp: In function 'int main()':
foo.cpp:56:40: error: 'nullptr' was not declared in this scope
     long long num = strtoll(M.c_str(), nullptr, N);
                                        ^

信息

递交者
类型
递交
题目
P1304 回文数
语言
C++
递交时间
2016-03-18 23:38:53
评测时间
2016-03-18 23:38:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes