Problem laptop
User skibidininja98
Submission Time 2024-06-21 13:50:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:7:2: error: ‘int_max’ was not declared in this scope
7 | int_max = -10**99;
| ^~~~~~~
laptop.cpp:7:17: error: invalid type argument of unary ‘*’ (have ‘int’)
7 | int_max = -10**99;
| ^~