# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
7793 | 2014-08-19T10:15:10 Z | Fakeable | 다각형 (GA5_polygon) | C++ | 0 ms | 1088 KB |
#include<cstdio> int main() { int n,n_,m; long long int sum=0; scanf("%d %d",&n,&m); n_=n; m/=2; if(n%2==0) n/=2; else n=n/2+1; sum=2*(m*(m+1)/2-n*(n-1)/2); if(n_<3) sum-=2; printf("%lld",sum); return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1088 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Halted | 0 ms | 0 KB | - |