Problem defense101
User Hijackedsoul
Submission Time 2024-05-27 21:11:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

defense101.cpp: In function ‘int main()’:
defense101.cpp:7:2: error: ‘int128_t’ was not declared in this scope; did you mean ‘int32_t’?
7 | int128_t mm;
| ^~~~~~~~
| int32_t
defense101.cpp:8:19: error: ‘mm’ was not declared in this scope; did you mean ‘tm’?
8 | std::cin >> n >> mm;
| ^~
| tm