por bintoito » Quarta Set 15, 2004 20:57
Eh pah..isto erros não faltam por aqui:
Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(4) : Error: Syntax error, found '&' when expecting one of: ( * , <END-OF-STATEMENT> ; [ / = =>
real, dimension(5)::taxarecobri, capacidade, areaespecifica &
--------------------------------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(5) : Error: Syntax error, found ',' when expecting one of: ( : % . = =>
quantadsorvida, p, media1, media2, media3
----------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(11) : Error: Syntax error, found '&' when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. ...
call calculo(N, p, quantadsorvida, capacidade, k, avog, nniquel &
------------------------------------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(12) : Error: Syntax error, found ',' when expecting one of: ( : % . = =>
nmetalico, taxarecobri, areaespecifica)
-----------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(12) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( % . = =>
nmetalico, taxarecobri, areaespecifica)
-----------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(13) : Error: This name has not been declared as an array. [MEDIA1]
media1(N)=taxarecobri(N)/5
--------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(13) : Error: This name does not have a type, and must have an explicit type. [TAXARECOBRI]
media1(N)=taxarecobri(N)/5
------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(14) : Error: This name has not been declared as an array. [MEDIA2]
media2(N)=capacidade(N)/5
--------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(14) : Error: This name does not have a type, and must have an explicit type. [CAPACIDADE]
media2(N)=capacidade(N)/5
------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(15) : Error: This name has not been declared as an array. [MEDIA3]
media3(N)=areaespecifica(N)/5
--------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(15) : Error: This name does not have a type, and must have an explicit type. [AREAESPECIFICA]
media3(N)=areaespecifica(N)/5
------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(25) : Error: This name does not have a type, and must have an explicit type. [UNKNOWN]
open(unit=1, file='dados.txt', status=unknown)
----------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(25) : Error: A CHARACTER data type is required in this context. [STATUS]
open(unit=1, file='dados.txt', status=unknown)
---------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(26) : Error: An array name is invalid in this context. [N]
do N=1,5
-------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(33) : Error: Syntax error, found '&' when expecting one of: ( , <END-OF-STATEMENT> ; <IDENTIFIER> ) [ /
subroutine calculo(N, p, quantadsorvida, capacidade, k, avog, nniquel &
------------------------------------------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(34) : Error: Syntax error, found ',' when expecting one of: ( : % . = =>
nmetalico, taxarecobri, areaespecifica)
-----------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(34) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( % . = =>
nmetalico, taxarecobri, areaespecifica)
-----------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(37) : Error: Syntax error, found '&' when expecting one of: ( * , <END-OF-STATEMENT> ; [ / = =>
real, dimension(5)::p, quantadsorvida, capacidade, k, avog, nniquel &
----------------------------------------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(38) : Error: Syntax error, found ',' when expecting one of: ( : % . = =>
nmetalico, taxarecobri, areaespecifica)
-----------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(38) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( % . = =>
nmetalico, taxarecobri, areaespecifica)
-----------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(40) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: , )
taxarecobri(N)=(sqrt(k*p(N)))/(1+(sqrt(k*p(N)))
-------------------------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(39) : Error: An array name is invalid in this context. [N]
do N=1,5
-------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(40) : Error: This name has not been declared as an array. [TAXARECOBRI]
taxarecobri(N)=(sqrt(k*p(N)))/(1+(sqrt(k*p(N)))
--------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(40) : Error: This name does not have a type, and must have an explicit type. [K]
taxarecobri(N)=(sqrt(k*p(N)))/(1+(sqrt(k*p(N)))
-----------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(40) : Error: This name does not have a type, and must have an explicit type. [P]
taxarecobri(N)=(sqrt(k*p(N)))/(1+(sqrt(k*p(N)))
-------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(40) : Warning: This argument's data type is incompatible with this intrinsic procedure; procedure assumed EXTERNAL.
taxarecobri(N)=(sqrt(k*p(N)))/(1+(sqrt(k*p(N)))
------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(40) : Error: This name does not have a type, and must have an explicit type. [SQRT]
taxarecobri(N)=(sqrt(k*p(N)))/(1+(sqrt(k*p(N)))
------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(41) : Error: This name has not been declared as an array. [CAPACIDADE]
capacidade(N)=taxarecobri(N)*quantadsorvida(N)
--------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(41) : Error: This name does not have a type, and must have an explicit type. [QUANTADSORVIDA]
capacidade(N)=taxarecobri(N)*quantadsorvida(N)
-------------------------------------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(42) : Error: This name has not been declared as an array. [AREAESPECIFICA]
areaespecifica(N)=(capacidade(N)*avog*nniquel)/nmetalico
--------^
C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\My Projects\exameee.for(42) : Error: This name does not have a type, and must have an explicit type. [AVOG]
areaespecifica(N)=(capacidade(N)*avog*nniquel)/nmetalico
-----------------------------------------^
(48) : Severe: Too many errors, exiting
Error executing df.exe.
exameee.obj - 30 error(s), 1 warning(s)
ps: desculpem têr posto o post no sitio errado, mas foi mesmo por causa da urgência da coisa:)