Problem 3nplus1II
User kesleryak
Submission Time 2024-02-25 09:55:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:12:27: error: ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’} has no member named ‘split’
12 | int limit = int(input.split(" ")[1]);
| ^~~~~