| Problem | 3nplus1 | 
|---|---|
| User | joshua2152 | 
| Submission Time | 2023-04-14 16:27:55 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:11: error: expected ‘;’ before ‘while’
    6 |  cout << n
      |           ^
      |           ;
    7 |  while (1){
      |  ~~~~~     
3nplus1.cpp:17:2: error: expected ‘}’ at end of input
   17 |  }
      |  ^
3nplus1.cpp:4:11: note: to match this ‘{’
    4 | int main(){
      |           ^