Problem numberfun
User chenweilian
Submission Time 2023-10-11 18:35:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

numberfun.cpp: In function ‘int main()’:
numberfun.cpp:90:7: error: ‘std::ostream’ {aka ‘class std::basic_ostream<char>’} has no member named ‘ite’; did you mean ‘tie’?
90 | cout.ite(0)l
| ^~~
| tie
numberfun.cpp:92:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
92 | cin>>n;
| ^
| yn
numberfun.cpp:94:8: error: ‘x’ was not declared in this scope
94 | cin>>x;
| ^