제출 #1898

#제출 시각아이디문제언어결과실행 시간메모리
1898gijun0102개미 (GA4_ant)C++98
컴파일 에러
0 ms0 KiB
1 1 2 3 18 ADHOC:prob rootid$ cat prob.cpp #include<cstdio> int min(int a,int b){return a<b?a:b;} int main(){ int a,b,c,t,i; scanf("%d",&t); for(i=0;i<t;i++){ scanf("%d%d%d",&a,&b,&c); printf("%d\n",min(min((a+b)*(a+b)+c*c,(a+c)*(a+c)+b*b),(b+c)*(b+c)+a*a)); } }

컴파일 시 표준 에러 (stderr) 메시지

ant.cpp:1: error: expected unqualified-id before numeric constant
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/c++config.h:1214: error: '__gnu_debug_def' is not a namespace-name
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/c++config.h:1214: error: expected namespace-name before ';' token