Problem | timeexam |
---|---|
User | NuggetsAreNice |
Submission Time | 2025-02-27 13:18:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp:7:16: error: ‘b’ has not been declared
7 | ll thing(ll a, b) {
| ^
timeexam.cpp: In function ‘long long int thing(long long int, int)’:
timeexam.cpp:8:6: error: ‘b’ was not declared in this scope
8 | if (b == 0) {
| ^