| Problem | stability |
|---|---|
| User | chickengoat |
| Submission Time | 2025-11-24 15:41:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
stability.cpp: In function ‘int main()’:
stability.cpp:11:7: error: ‘i’ was not declared in this scope
11 | ll b[i];
| ^
stability.cpp:16:16: error: ‘b’ was not declared in this scope
16 | cin >> b[i];
| ^
stability.cpp:19:13: error: ‘b’ was not declared in this scope
19 | if(arr[i]=b[i]) {
| ^
stability.cpp:21:4: error: ‘retun’ was not declared in this scope
21 | retun 0;
| ^~~~~