#coding_challenge class Challenge{ public static void main(String args[]){ int a=4; int b=8; if((b-a--)>=a) { if((b+a)%2==1) System.out.println(a*b); else System.out.println(b+a); } } } #Java
0
0
0
0
8
#include <stdio.h> int main() { int a=10,b=20,*p,s=0; p = &a; a++; (*p)++; s = a + b + *p; printf("%d\n",s); return 0; } #codemachineAI #coding #coder
0
2
2
0
60
United States 趋势
- 1. #WWERaw 146K posts
- 2. Raiders 72.8K posts
- 3. Cowboys 45K posts
- 4. Gunther 19K posts
- 5. Pickens 17.3K posts
- 6. Geno 14.6K posts
- 7. Jeanty 5,793 posts
- 8. Chip Kelly 1,963 posts
- 9. Pete Carroll 2,382 posts
- 10. Roman 69K posts
- 11. Roman 69K posts
- 12. Dolph 37.9K posts
- 13. AJ Lee 16.9K posts
- 14. #RawOnNetflix 3,480 posts
- 15. Becky 60.8K posts
- 16. Maxxine 17.3K posts
- 17. Quinnen Williams 4,442 posts
- 18. Mark Davis 1,094 posts
- 19. Sheamus 11.5K posts
- 20. Jevon 2,814 posts
Loading...
Something went wrong.
Something went wrong.