# |
제출 시각 |
아이디 |
문제 |
언어 |
결과 |
실행 시간 |
메모리 |
2476 |
2013-07-22T11:16:51 Z |
huhubum |
개미 (GA4_ant) |
C++ |
|
235 ms |
884 KB |
#include <stdio.h>
using namespace std;
int main()
{
int i, j, k, n;
long long int sum1;
scanf("%d",&n);
for(i=1;i<=n;i++)
{
scanf("%d %d %d",&i, &j, &k);
sum1 = (i + j) * (i + j) + k * k;
printf("%lld",sum1);
}
return 0;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
203 ms |
884 KB |
Output isn't correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
205 ms |
884 KB |
Output isn't correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
235 ms |
884 KB |
Output isn't correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
215 ms |
884 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
213 ms |
884 KB |
Output isn't correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
12 ms |
884 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |