十个点全UKE什么鬼?啊

P1001 A+B Problem

Monkey_Hunter @ 2019-10-28 13:56:12

#include <iostream>
#define kkksc03_666 int a,b;cin>>a>>b;cout<<a+b;
int main()
{
    kkksc03_666
    return 0;
}

by TonyYin @ 2019-11-11 19:12:58

“#define” 可以这样


by Wombat__ @ 2019-11-12 14:07:28

锗闘醭恚,旎搿箑翍。


by little_Aiz @ 2019-11-16 13:46:56

@donghua946 函数?不是宏定义吗???希望更丰富的展现?使用Markdown


by potatopotat0 @ 2019-11-23 15:27:53

#include<cstdio>
#define long main
#define short int
#define unsigned signed
#define float scanf
#define double printf
#define this return

unsigned long() {
    short a,b;
    float("%d %d",&a,&b);
    double("%d\n",a+b);
    this 0;
}

by tZEROちゃん @ 2019-11-26 21:38:44

#include <bits/stdc++.h>
#define ____ int _,__;
#define _____ cin>>_>>__;
#define ______ cout<<_+__;
#define _______ ____ _____ ______
using namespace std;
int main()
{
    _______
    return 0;
}

by DreamFox @ 2019-11-30 10:41:40

#include<iostream>
#define I(sth) int main(){sth}
#define AK(sth) int a,b;sth
#define IOI std::cin>>a>>b;std::cout<<a+b;
I(AK(IOI))

by 云浅知处 @ 2020-04-23 09:33:37

十个点?


上一页 |