| Problem | exam | 
|---|---|
| User | kashsinghal | 
| Submission Time | 2023-11-08 11:38:05 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
    3 | #define int long long;
      |                  ^~~~
exam.cpp:4:1: note: in expansion of macro ‘int’
    4 | int a,b;
      | ^~~
exam.cpp:4:5: error: ‘a’ does not name a type
    4 | int a,b;
      |     ^
exam.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
    5 | cin >> a >> b
      | ^~~
      | sin
exam.cpp:7:5: error: ‘a’ does not name a type
    7 | int a = 0
      |     ^
exam.cpp:8:6: error: ‘b’ does not name a type
    8 |  int b = 9
      |      ^