This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~ % sudo gem1.9 install rubyosa burke@wi-open-436 (15:58) | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing rubyosa: | |
| ERROR: Failed to build gem native extension. | |
| /opt/local/bin/ruby1.9 extconf.rb install rubyosa | |
| checking for socket() in -lsocket... no | |
| checking for gethostbyname() in -lnsl... no | |
| checking for atan() in -lm... no | |
| checking for atan() in -lm... yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Scanner; | |
| public class Main { | |
| public static void main(String args[]) { | |
| Scanner in = new Scanner(System.in); | |
| int cases = in.nextInt(); | |
| Peak p; | |
| Peak[] peaks = new Peak[cases]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.*; | |
| public class Main | |
| { | |
| public static void main(String args[]) | |
| { | |
| Scanner in = new Scanner(System.in); | |
| int cases = in.nextInt(); | |
| String data; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rbx-1.0.0-rc2 > "not(false\n1)".to_ast.ascii_graph Not | |
| @line: 2 | |
| @value: \ | |
| Block | |
| @line: 1 | |
| @array: \ | |
| False | |
| @line: 1 | |
| FixnumLiteral | |
| @line: 2 |
OlderNewer