Problem gift
User Pout
Submission Time 2026-08-28 19:26:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:13:2: error: ‘getLine’ was not declared in this scope; did you mean ‘getline’?
13 | getLine(file, first_line);
| ^~~~~~~
| getline
gift.cpp:14:32: error: ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’} has no member named ‘split’
14 | long int n, diff = first_line.split();
| ^~~~~