安静小天鹅

文章
10
资源
0
加入时间
3年0月28天

PAT A1001

#include <cstdio>#include <cstring>int num[10];int main(){ int a, b, sum; scanf("%d %d", &a, &b); sum = a + b; if(sum < 0){ printf("-"

Delphi全局热键注册

private { Private declarations } Aatom: ATOM; procedure hotkey(var msg: TMessage); message WM_HOTKEY;procedure TForm1.FormCreate(Sender: TObject);begin if FindAtom('ZWXhotKey') = 0 th