| Problem | exam | 
|---|---|
| User | ZiErn | 
| Submission Time | 2023-11-08 10:48:13 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp: In function ‘int main()’:
exam.cpp:6:10: error: expected ‘;’ before ‘if’
    6 |  cin >> x
      |          ^
      |          ;
    7 |  if(x = 1){
      |  ~~       
exam.cpp:14:2: error: expected ‘}’ at end of input
   14 |  }
      |  ^
exam.cpp:4:11: note: to match this ‘{’
    4 | int main(){
      |           ^