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
| 2c2 | |
| < xkb_keycodes "k" { | |
| --- | |
| > xkb_keycodes "evdev+aliases(qwerty)" { | |
| 259a260,262 | |
| > virtual indicator 12 = "Shift Lock"; | |
| > virtual indicator 13 = "Group 2"; | |
| > virtual indicator 14 = "Mouse Keys"; | |
| 266a270,295 | |
| > alias <LatQ> = <AD01>; |
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.io.*; | |
| import java.util.LinkedList; | |
| import java.util.List; | |
| public class Hard162 { | |
| public static void main(String[] args) { | |
| if(args.length < 3) err("<Error: too few arguments>"); | |
| if(args.length > 3) err("<Error: too many arguments>"); | |
| if(!args[0].equals("-d") && !args[0].equals("-c")) err("<Error: unknown operation>"); |
NewerOlder