Problem | gift |
---|---|
User | jyothircool |
Submission Time | 2024-03-19 19:07:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:13:6: error: ‘n’ was not declared in this scope
13 | if(n <= 3 or n >= 100 or t > 100000 or t < 0){
| ^
gift.cpp:13:28: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
13 | if(n <= 3 or n >= 100 or t > 100000 or t < 0){
| ^
| tm