Problem | transmit |
---|---|
User | emyz |
Submission Time | 2024-12-30 16:14:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
transmit.cpp: In function ‘int main()’:
transmit.cpp:9:7: error: ‘hi’ was not declared in this scope
9 | else hi=ceil(2*(n+l)+1);
| ^~
transmit.cpp:10:18: error: ‘hi’ was not declared in this scope; did you mean ‘i’?
10 | for (int i=0; i<hi; ++i)
| ^~
| i