| Problem | exam | 
|---|---|
| User | adammmamammamamamaamamam | 
| Submission Time | 2023-03-02 18:35:19 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp: In function ‘int main()’:
exam.cpp:5:2: error: expected initializer before ‘if’
    5 |  if (x=1){
      |  ^~
exam.cpp:7:5: error: ‘else’ without a previous ‘if’
    7 |  }  else {
      |     ^~~~
exam.cpp:8:10: error: ‘A’ was not declared in this scope
    8 |  cout << A * B;
      |          ^
exam.cpp:8:14: error: ‘B’ was not declared in this scope
    8 |  cout << A * B;
      |              ^
exam.cpp:9:15: error: ‘b’ was not declared in this scope
    9 |   cin >> a >> b;
      |               ^