-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4240a8d
commit b64628b
Showing
8 changed files
with
163 additions
and
92 deletions.
There are no files selected for viewing
This file contains 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
2 changes: 2 additions & 0 deletions
2
Header/fuck_ChineseSyntax.h → Header/fuck_ChinesePunctuation.h
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
|
||
//错误的英文拼写 | ||
//经典错误 | ||
//Classic | ||
|
||
#define mian main | ||
#define ture true | ||
#define whlie while | ||
#define viod void | ||
#define stido stdio | ||
#define studo stdio | ||
#define elif else if | ||
#define studo stdio |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
//全角字符 | ||
//FullwidthCharacters | ||
|
||
#define A A | ||
#define B B | ||
#define C C | ||
#define D D | ||
#define E E | ||
#define F F | ||
#define G G | ||
#define H H | ||
#define I I | ||
#define J J | ||
#define K K | ||
#define L L | ||
#define M M | ||
#define N N | ||
#define O O | ||
#define P P | ||
#define Q Q | ||
#define R R | ||
#define S S | ||
#define T T | ||
#define U U | ||
#define V V | ||
#define W W | ||
#define X X | ||
#define Y Y | ||
#define Z Z | ||
|
||
#define a a | ||
#define b b | ||
#define c c | ||
#define d e | ||
#define e e | ||
#define f f | ||
#define g g | ||
#define h h | ||
#define i i | ||
#define j j | ||
#define k k | ||
#define l l | ||
#define m m | ||
#define n n | ||
#define o o | ||
#define p p | ||
#define q q | ||
#define r r | ||
#define s s | ||
#define t t | ||
#define u u | ||
#define v v | ||
#define w w | ||
#define x x | ||
#define y y | ||
#define z z | ||
|
||
#define 0 0 | ||
#define 1 1 | ||
#define 2 2 | ||
#define 3 3 | ||
#define 4 4 | ||
#define 5 5 | ||
#define 6 6 | ||
#define 7 7 | ||
#define 8 8 | ||
#define 9 9 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
//È«½Ç±êµã | ||
//FullwidthPuncuation | ||
|
||
#define £¨ ( | ||
#define £© ) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
//¶àÓïÑÔ | ||
//MultiLanguage | ||
|
||
#define elif else if | ||
#define println printf |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
//¿ÉÑ¡µÄ | ||
//Optional | ||
|
||
//#define ¾® # | ||
#define dfiene define | ||
#define difine define | ||
#define studio.h stdio.h | ||
#define man() main() | ||
#define paintf printf |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,6 @@ | ||
|
||
|
||
|
||
|
||
//全角字符 | ||
#define A A | ||
#define B B | ||
#define C C | ||
#define D D | ||
#define E E | ||
#define F F | ||
#define G G | ||
#define H H | ||
#define I I | ||
#define J J | ||
#define K K | ||
#define L L | ||
#define M M | ||
#define N N | ||
#define O O | ||
#define P P | ||
#define Q Q | ||
#define R R | ||
#define S S | ||
#define T T | ||
#define U U | ||
#define V V | ||
#define W W | ||
#define X X | ||
#define Y Y | ||
#define Z Z | ||
|
||
#define a a | ||
#define b b | ||
#define c c | ||
#define d e | ||
#define e e | ||
#define f f | ||
#define g g | ||
#define h h | ||
#define i i | ||
#define j j | ||
#define k k | ||
#define l l | ||
#define m m | ||
#define n n | ||
#define o o | ||
#define p p | ||
#define q q | ||
#define r r | ||
#define s s | ||
#define t t | ||
#define u u | ||
#define v v | ||
#define w w | ||
#define x x | ||
#define y y | ||
#define z z | ||
|
||
#define 0 0 | ||
#define 1 1 | ||
#define 2 2 | ||
#define 3 3 | ||
#define 4 4 | ||
#define 5 5 | ||
#define 6 6 | ||
#define 7 7 | ||
#define 8 8 | ||
#define 9 9 | ||
//最臭名昭著的全角空格我真的不知道怎么处理 | ||
|
||
//全角标点 | ||
#define ( ( | ||
#define ) ) | ||
//失败了,这两个并不能正确替换所需要的字符 | ||
|
||
|
||
//可选的 | ||
#define dfiene define | ||
#define studio.h stdio.h | ||
#define man() main() | ||
//#define 井 # | ||
#define paintf printf | ||
#define difine define | ||
//比较惊讶的是define<blank>Src<blank>Dst这段里面的Dst居然可以是一个包含空格的字符串 | ||
#include <Header/fuck_ChinesePunctuation.h> | ||
#include <Header/fuck_FullwidthCharacters.h> | ||
#include <Header/fuck_Classic.h> | ||
#include <Header/fuck_MultiLanguage.h> | ||
#include <Header/fuck_FullwidthPuncuation.h> | ||
#include <Header/fuck_Optional.h> |