Mã số | Tên bài | Trạng thái | Điểm | Tổng thời gian | Bộ nhớ | Ngôn ngữ/Kích thước | Người nộp | Thời điểm nộp |
---|---|---|---|---|---|---|---|---|
#7458 | #406. BPOWERN - Tính lũy thừa | Compile Error | 0 | 0 ms | 0 K | C++ / 1.4 K | Trịnh Hải An | 2020-05-30 1:28:10 |
Tổng hợp thông tin
/sandbox/1/a.cpp: In function 'std::__cxx11::string operator+(std::__cxx11::string, std::__cxx11::string)':
/sandbox/1/a.cpp:20:21: error: 'to_string' was not declared in this scope
c.insert(0, to_string(nho));
^~~~~~~~~
/sandbox/1/a.cpp:20:21: note: suggested alternative: 'towctrans'
c.insert(0, to_string(nho));
^~~~~~~~~
towctrans
/sandbox/1/a.cpp: In function 'std::__cxx11::string operator*(std::__cxx11::string, int)':
/sandbox/1/a.cpp:36:21: error: 'to_string' was not declared in this scope
c.insert(0, to_string (nho));
^~~~~~~~~
/sandbox/1/a.cpp:36:21: note: suggested alternative: 'towctrans'
c.insert(0, to_string (nho));
^~~~~~~~~
towctrans