Problem scanner
User shoryu386
Submission Time 2023-11-21 23:36:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scanner.cpp:12:20: error: stray ‘#’ in program
12 | int arr[c][n]; #define LLONG_MAX 100000000000000LL
| ^
scanner.cpp: In function ‘int main()’:
scanner.cpp:12:21: error: ‘define’ was not declared in this scope
12 | int arr[c][n]; #define LLONG_MAX 100000000000000LL
| ^~~~~~
scanner.cpp:13:17: error: ‘x’ was not declared in this scope
13 | for(int x=0;x<n;x++){
| ^