d170.
飛蛾撲火(一)
--
me
| From: [183.46.132.110] |
發表日期
:
2011-08-11 15:45
var i,n,x1,x2,x3,y1,y2,y3:longint;
a,b:real;
j:boolean;
begin
repeat
readln(n);
for i:=1 to n do begin
readln(x1,y1,x2,y2,x3,y3);
j:=false;
a:=(y1-y2)/(x1-x2);
b:=y1 - a * x1 ;
if (( x3 > x1) and (x3 < x2)) or (( x3 < x1) and (x3 > x2)) then
if( x3 *a+b =y3) then j:=true;
if j=true then writeln('該死的東西!竟敢想讓我死!') else writeln('父親大人!母親大人!我快到了!');
end;
until eof;
这个pascal的 总是ce編譯錯誤, 請檢查語法是否符合系統所支援的編譯器的要求。
錯誤訊息:
Free Pascal Compiler version 2.4.0 [2009/12/18] for x86_64
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for x86-64
Compiling /tmp/code_870712.pas
code_870712.pas(17) Fatal: Unexpected end of file