| Problem | change |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-05-11 21:12:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
change.cpp:3:1: error: ‘typdef’ does not name a type; did you mean ‘typeof’?
3 | typdef long long int64;
| ^~~~~~
| typeof
change.cpp: In function ‘int main()’:
change.cpp:8:5: error: ‘int64’ was not declared in this scope; did you mean ‘int64_t’?
8 | int64 five_have,ten_have,twenty_have,fifty_have,pay;
| ^~~~~
| int64_t
change.cpp:17:11: error: ‘five_have’ was not declared in this scope
17 | cin >>five_have>>ten_have>>twenty_have>>fifty_have>>pay;
| ^~~~~~~~~
change.cpp:17:22: error: ‘ten_have’ was not declared in this scope
17 | cin >>five_have>>ten_have>>twenty_have>>fifty_have>>pay;
| ^~~~~~~~
change.cpp:17:32: error: ‘twenty_have’ was not declared in this scope
17 | cin >>five_have>>ten_have>>twenty_have>>fifty_have>>pay;
|