View previous topic :: View next topic |
Author |
Message |
VEX-Fighter DO-Anwärter

Joined: 16 Feb 2003 Posts: 1572
Location: Aachen
|
Posted: 14.07.2005, 16:16 Post subject: |
|
|
_________________ Wenn Du denkst gedacht zu haben.... |
|
Back to top |
|
 |
VEX-Eagle Falschparker
Joined: 04 Feb 2003 Posts: 807
Location: Stelle (Hamburg)
|
Posted: 14.07.2005, 16:29 Post subject: |
|
|
lol
|
|
Back to top |
|
 |
korghano Forum-Nutzer

Joined: 20 Mar 2005 Posts: 518
Location: Merseburg/Schkopau
|
Posted: 14.07.2005, 16:44 Post subject: |
|
|
#!/usr/bin/perl -w
print "Hallo ????!\n";
print "Hallo ????!Hallo ????!\n";
#!/usr/bin/perl -w
print 'Echo? ';
$input = <STDIN>;
print $input;
|
|
Back to top |
|
 |
VEX-Eagle Falschparker
Joined: 04 Feb 2003 Posts: 807
Location: Stelle (Hamburg)
|
Posted: 14.07.2005, 18:23 Post subject: |
|
|
*yawn*
#include <cstream>
void main()
{
printf("Hallo");
printf("lol");
printf("moep?");
char s[256];
cin >> s;
cout << s;
int i = 1;
while(i!=0)
i++;
cout << i;
}
var s : string;
begin
writeln("a");
readln(s);
writeln(s);
end.
mehr!!
Last edited by VEX-Eagle on 14.07.2005, 18:24; edited 1 time in total |
|
Back to top |
|
 |
exi Best Boy

Joined: 02 Jul 2002 Posts: 2173
Location: Hamburg-Osdorf
|
Posted: 14.07.2005, 20:51 Post subject: |
|
|
Respekt, korghano und Igel haben versucht das Forum zu hacken...
|
|
Back to top |
|
 |
korghano Forum-Nutzer

Joined: 20 Mar 2005 Posts: 518
Location: Merseburg/Schkopau
|
Posted: 14.07.2005, 21:32 Post subject: |
|
|
#!/usr/bin/perl -w
#
#Krümelmonster
$Kekse = "";
while ( $kekse ne "KEKSE") {
print 'Du willst muerbe KEKSE: ';
chomp ($kekse = <STDIN>);
}
print "Mmmm.endlich muerbe KEKSE.\n";
|
|
Back to top |
|
 |
korghano Forum-Nutzer

Joined: 20 Mar 2005 Posts: 518
Location: Merseburg/Schkopau
|
|
Back to top |
|
 |
exi Best Boy

Joined: 02 Jul 2002 Posts: 2173
Location: Hamburg-Osdorf
|
Posted: 14.07.2005, 22:07 Post subject: |
|
|
Schöner Test, korghano.
Hab allerdings der Versuchung widerstehen können.
|
|
Back to top |
|
 |
VEX-Eagle Falschparker
Joined: 04 Feb 2003 Posts: 807
Location: Stelle (Hamburg)
|
Posted: 14.07.2005, 22:24 Post subject: |
|
|
nix perl, ist c++
und das darunter ist delphi
|
|
Back to top |
|
 |
Floyd Forum-Orakel

Joined: 20 Mar 2001 Posts: 2912
Location: Dresden, Germany
|
Posted: 15.07.2005, 01:30 Post subject: |
|
|
VEX-Eagle wrote: | und das darunter ist delphi |
pascal, wenn ich das so sagen darf. delphi baut darauf auf.
|
|
Back to top |
|
 |
korghano Forum-Nutzer

Joined: 20 Mar 2005 Posts: 518
Location: Merseburg/Schkopau
|
Posted: 15.07.2005, 04:49 Post subject: |
|
|
exi wrote: | Schöner Test, korghano.
Hab allerdings der Versuchung widerstehen können. |
schade ich hätte auch in einer woche die lösung verraten
|
|
Back to top |
|
 |
|