求助

P1001 A+B Problem

654179_qwq @ 2023-02-24 20:57:56

为啥 CE?

exturn "C{
  scanf(...),from:"C";
  printf(...),from:"C";
}
int main(){
  int a,b;
  scanf("%d %d",&a,&b);
  printf("%d",a+b);
}

by sqrtDataStructure @ 2023-02-24 21:04:36

你觉得你很聪明


by Mr_Gengar @ 2023-02-24 21:07:59

#include<cstdio>

......


by jianghaoxuan1 @ 2023-02-26 16:52:39

不要ZHUANGBI


|