Problem | eelimination |
---|---|
User | popperoni |
Submission Time | 2023-10-16 17:15:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eelimination.cpp: In function ‘int main()’:
eelimination.cpp:7:12: error: expected ‘;’ before ‘int’
7 | cin.tie(0)
| ^
| ;
8 | int a, b;
| ~~~
eelimination.cpp:9:12: error: ‘a’ was not declared in this scope
9 | cin >> a;
| ^
eelimination.cpp:12:16: error: ‘b’ was not declared in this scope
12 | cin >> b;
| ^
eelimination.cpp:13:9: error: ‘c’ was not declared in this scope
13 | c[i] =b;
| ^
eelimination.cpp:21:24: error: ‘c’ was not declared in this scope
21 | } else if (c[j] > c[i]) {
| ^