Problem traineeline
User Hytoh
Submission Time 2023-12-27 09:05:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

traineeline.cpp: In function ‘int main()’:
traineeline.cpp:10:5: error: ‘unsingned’ was not declared in this scope; did you mean ‘unsigned’?
10 | unsingned long long int querytype, height, num, remove;
| ^~~~~~~~~
| unsigned
traineeline.cpp:12:16: error: ‘querytype’ was not declared in this scope
12 | cin >> querytype;
| ^~~~~~~~~
traineeline.cpp:14:20: error: ‘height’ was not declared in this scope
14 | cin >> height >> num;
| ^~~~~~
traineeline.cpp:14:30: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
14 | cin >> height >> num;
| ^~~
| enum
traineeline.cpp:20:17: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘int(const char*) noexcept’)