Problem | mountains |
---|---|
User | keshcodes |
Submission Time | 2023-02-07 22:16:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mountains.cpp: In function ‘int main()’:
mountains.cpp:48:39: error: expected ‘}’ at end of input
48 | std::cout << x.possiblePermutations();
| ^
mountains.cpp:46:11: note: to match this ‘{’
46 | int main(){
| ^