Problem | 3nplus1 |
---|---|
User | Indy39910 |
Submission Time | 2025-02-19 22:58:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:12: error: ‘to_strign’ was not declared in this scope
7 | string ans=to_strign(n)+" ";
| ^~~~~~~~~
3nplus1.cpp:13:3: error: unable to find numeric literal operator ‘operator""n’
13 | n=3n+1;
| ^~