Problem | 3nplus1 |
---|---|
User | Jordis00fed |
Submission Time | 2024-02-28 16:11:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:18: error: statement cannot resolve address of overloaded function
9 | cout<<n/2; endl;
| ^
3nplus1.cpp:12:21: error: statement cannot resolve address of overloaded function
12 | cout<<(n*3)+1;endl;
| ^