| Problem | trivialexam | 
|---|---|
| User | TheRaptor | 
| Submission Time | 2023-03-31 07:58:46 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 trivialexam.cpp: In function ‘int32_t main()’:
trivialexam.cpp:7:10: error: expected ‘;’ before ‘if’
    7 |  cin >> n
      |          ^
      |          ;
    8 |  if(n==1) cout << "12432";
      |  ~~