Accepted
/in/main.c: In function 'main': /in/main.c:6:9: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(x>=0 & x<=32767 & y>=0 & y<=32767) ~^~~ /in/main.c:6:27: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(x>=0 & x<=32767 & y>=0 & y<=32767) ~^~~ /in/main.c:6:34: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(x>=0 & x<=32767 & y>=0 & y<=32767) ~^~~~~~~
Information
- Submit By
- Type
- Submission
- Homework
- Lab 3
- Language
- C
- Submit At
- 2018-06-12 22:24:46
- Judged At
- 2018-06-12 22:24:46
- Judged By
- Score
- 100
- Total Time
- 9ms
- Peak Memory
- 368.0 KiB