You can always be sure where you’re going with a http://pkfm.net/ link.
Or can you?
| problem = [ | |
| [75], | |
| [95, 64], | |
| [17, 47, 82], | |
| [18, 35, 87, 10], | |
| [20, 04, 82, 47, 65], | |
| [19, 01, 23, 75, 03, 34], | |
| [88, 02, 77, 73, 07, 63, 67], | |
| [99, 65, 04, 28, 06, 16, 70, 92], | |
| [41, 41, 26, 56, 83, 40, 80, 70, 33], |
| use std::io::{stdin, stdout}; | |
| use std::run; | |
| use std::libc; | |
| use std::libc::c_int; | |
| static SIGCONT: c_int = 18; | |
| static SIGSTOP: c_int = 19; | |
| trait ProcessSignal { | |
| fn kill(&self, signal: c_int); |
| i=gets.split | |
| s=i[0].to_i | |
| (i[1]<?3?s.downto(1):1..s).map{|x|t=?x*x | |
| puts /2|4/=~i[1]?t.rjust(s):t} |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Mapstraction Bug Test</title> | |
| <style type="text/css"> | |
| #map { |
| /** Pure CSS wave effect **/ | |
| div.wave{ | |
| position: absolute; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| } | |
| div.wave > span{ | |
| display: inline-block; | |
| width: 10%; |
| "use strict"; | |
| var operatorPrecedence = { | |
| "+": 1, | |
| "*": 2, | |
| "**": 3 | |
| }; | |
| function Tree() { | |
| } |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <string.h> | |
| #include <sys/socket.h> | |
| #include <sys/epoll.h> | |
| #include <netinet/in.h> | |
| #include <arpa/inet.h> | |
| #include <fcntl.h> |
You can always be sure where you’re going with a http://pkfm.net/ link.
Or can you?
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Simple tabbed menu</title> | |
| <link rel="stylesheet" type="text/css" href="tabs.css"> | |
| </head> | |
| <body> | |
| <h1>Simple tabbed menu</h1> |