Problem | topical |
---|---|
User | Khai |
Submission Time | 2024-01-20 14:03:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:6:11: error: expected initializer before ‘>=’ token
6 | double n >= 1;
| ^~
topical.cpp:7:11: error: expected initializer before ‘<=’ token
7 | double k <= 100;
| ^~
topical.cpp:8:14: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | std::cin >> n,k;
| ^
| yn
topical.cpp:8:16: error: ‘k’ was not declared in this scope
8 | std::cin >> n,k;
| ^