- A + B Problem
这样为啥不对呢
- @ 2025-1-21 11:21:43
include<stdio.h>{ int a ; int b ; int sum ; scanf("%d%d",&a,&b); sum=a+b; printf("%d",sum); return 0;}
1 comments
-
2315925244 LV 7 @ 2025-2-22 19:41:21
少了int main()
- 1
Information
- ID
- 2
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 6
- Tags
- # Submissions
- 13060
- Accepted
- 4456
- Uploaded By