| Problem | 3nplus1 | 
|---|---|
| User | DANIE4588E | 
| Submission Time | 2023-04-27 13:37:33 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:14:13: error: expected ‘;’ before ‘n’
   14 |    n = 3 * n
      |             ^
      |             ;
   15 |    n += 1;
      |    ~