# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
7792 | 2014-08-19T10:14:47 Z | Inhibitor | 다각형 (GA5_polygon) | C++ | 0 ms | 1088 KB |
#include<cstdio> int main() { long long a,b,s=0; scanf("%lld%lld",&a,&b); a=(a+1)/2; b/=2; if(a==1) a++; printf("%lld",(b-a+1)*(a+b)); }
# | 결과 | 실행 시간 | 메모리 | 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 | - |