# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
3624 | 2013-08-31T07:05:05 Z | imsifile | Inherited disease (kriii1_I) | C++ | 0 ms | 1088 KB |
#include<stdio.h> long long n, x, fr, t, i; int main(){ scanf("%lld", &n); for(i=0; i<n; i++){ scanf("%lld", &t); x+=fr*(i+1)+t, x%=1000000007; fr=fr*(i+1)+t-1, fr%=1000000007; printf("%lld\n", x); } return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1088 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |