Problem 727
User chickengoat
Submission Time 2026-07-11 10:27:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

727.cpp: In function ‘int main()’:
727.cpp:42:37: error: invalid operands of types ‘ll [n]’ {aka ‘long long int [n]’} and ‘int’ to binary ‘operator*’
42 | cout << l+1 <<" "<< l+highestlength*2+1;
| ~~~~~~~~~~~~~^~
| | |
| | int
| ll [n] {aka long long int [n]}