#include<iostream>
using namespace std;
#define I int a,b;
#define AK cin>>a>>b;
#define IOI cout<<a+b<<endl
int main(){

    I AK IOI;
    
}

相关文章:

  • 2022-12-23
  • 2021-07-19
  • 2021-09-26
  • 2021-09-09
  • 2021-10-12
猜你喜欢
  • 2021-10-22
  • 2021-07-17
  • 2021-11-13
  • 2021-11-25
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案