Problem | modulochain |
---|---|
User | Leeyee |
Submission Time | 2025-03-28 16:26:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:10:2: error: expected initializer before ‘for’
10 | for (int i = 0; i<nos; i++){
| ^~~
modulochain.cpp:10:18: error: ‘i’ was not declared in this scope
10 | for (int i = 0; i<nos; i++){
| ^
modulochain.cpp:14:8: error: ‘a’ was not declared in this scope
14 | c+= (a[j] % 1000000007);
| ^
modulochain.cpp:17:18: error: ‘a’ was not declared in this scope
17 | long long e = ((a[0]%1000000007)*(a[(nos-1)]%1000000007))%1000000007;
| ^