Problem gift
User glog
Submission Time 2023-01-09 18:00:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:15:29: error: ‘out’ was not declared in this scope
15 | ofstream file;file.open(out.txt);file<<gifts;file.close();
| ^~~