Problem card
User CoconutNut100
Submission Time 2024-07-04 12:06:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:17:24: error: ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’} has no member named ‘s’
17 | int k = stoi(input.s
| ^
card.cpp:17:24: error: expected ‘}’ at end of input
card.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^