Problem | reading |
---|---|
User | BoneMeBurner |
Submission Time | 2024-08-07 23:22:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reading.cpp: In function ‘int main()’:
reading.cpp:7:5: error: ‘uint256_t’ was not declared in this scope; did you mean ‘uint16_t’?
7 | uint256_t a, b;
| ^~~~~~~~~
| uint16_t
reading.cpp:8:12: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
reading.cpp:8:17: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^