답안 #4969

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
4969 2014-01-23T16:22:50 Z lingxiang 개미 (GA4_ant) C++
0 / 100
56 ms 1088 KB
#include<stdio.h>

int main()
{
  long long int a,b,c;
  int T;
  scanf("%d",&T);
  for(int i=0;i<T;i++){
  scanf("%lld %lld %lld",&a,&b,&c);
  if(a>b) a^=b^=a^=b;
  if(b>c) b^=c^=b^=c;
  printf("%lld",(long long int)(a+b)*(a+b)+c*c);
  }
  return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 44 ms 1088 KB Output isn't correct
# 결과 실행 시간 메모리 Grader output
1 Incorrect 44 ms 1088 KB Output isn't correct
# 결과 실행 시간 메모리 Grader output
1 Incorrect 40 ms 1088 KB Output isn't correct
# 결과 실행 시간 메모리 Grader output
1 Incorrect 44 ms 1088 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 56 ms 1088 KB Output isn't correct
# 결과 실행 시간 메모리 Grader output
1 Incorrect 56 ms 1088 KB Output isn't correct
2 Halted 0 ms 0 KB -