Problem thanossort
User LimCheeHann
Submission Time 2026-06-01 11:53:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thanossort.cpp: In function ‘int thanosSort(int)’:
thanossort.cpp:13:3: error: ‘cin’ was not declared in this scope
13 | cin >> current;
| ^~~
thanossort.cpp:3:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
2 | #include <vector>
+++ |+#include <iostream>
3 | using namespace std;