Problem | sort |
---|---|
User | PoTheSloth |
Submission Time | 2023-11-26 17:36:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int32_t main()’:
sort.cpp:7:38: error: ‘x’ was not declared in this scope
7 | for(int i=0; i<n; ++i){getline(cin, x, ' ');v.push_back(x);}
| ^