답안 #6169

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
6169 2014-06-26T15:55:13 Z hacker 전압 (JOI14_voltage) C++
컴파일 오류
0 ms 0 KB
#include <cstdio>

int main(){
	system("python -v");

	return 0;
}

Compilation message

voltage.cpp: In function 'int main()':
voltage.cpp:4:20: error: 'system' was not declared in this scope