Problem | modulochain |
---|---|
User | coderr25 |
Submission Time | 2024-11-26 14:10:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | v. push_back(ele)
| ^
| ;
13 | }
| ~
modulochain.cpp:21:23: error: expected ‘;’ before ‘cout’
21 | cout<<sum %1000000007
| ^
| ;
22 | cout<<subtract %1000000007;
| ~~~~