Problem | binarycoins |
---|---|
User | 2Princes1Lance |
Submission Time | 2024-03-05 18:24:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int32_t main()’:
binarycoins.cpp:20:5: error: ‘ull’ was not declared in this scope; did you mean ‘ullf’?
20 | ull N; cin >> N;
| ^~~
| ullf
binarycoins.cpp:20:19: error: ‘N’ was not declared in this scope
20 | ull N; cin >> N;
| ^