Problem modulochain
User Eugene
Submission Time 2023-01-09 16:56:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp:141:103: error: stray ‘#’ in program
141 | cout << sum << " " << ((Arr[0]%1000000007)*(Arr[x-1]%1000000007)%1000000007) << " " << (sum-Arr[0])%#include <bits/stdc++.h>
| ^
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:141:104: error: ‘include’ was not declared in this scope
141 | cout << sum << " " << ((Arr[0]%1000000007)*(Arr[x-1]%1000000007)%1000000007) << " " << (sum-Arr[0])%#include <bits/stdc++.h>
| ^~~~~~~
modulochain.cpp:141:113: error: ‘bits’ was not declared in this scope
141 | cout << sum << " " << ((Arr[0]%1000000007)*(Arr[x-1]%1000000007)%1000000007) << " " << (sum-Arr[0])%#include <bits/stdc++