답안 #8852

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
8852 2014-09-21T11:51:57 Z gs13068 Wiring (kriii2_W) C++
컴파일 오류
0 ms 0 KB
#include<cstido>

int main()
{
  long long a;
  scanf("%lld",&a);
  if(a%2)printf("%lld",a/2);
  else printf("%lld",a-1);
}

Compilation message

P.cpp:1:17: fatal error: cstido: No such file or directory
compilation terminated.