foo.c: In function 'main':
foo.c:5:9: error: expected identifier or '(' before numeric constant
    5 |     int 3,5;
      |         ^
foo.c:6:18: error: lvalue required as unary '&' operand
    6 |     scanf("%d%d",&3,&5);
      |                  ^
foo.c:6:21: error: lvalue required as unary '&' operand
    6 |     scanf("%d%d",&3,&5);
      |                     ^
foo.c:7:12: warning: missing terminating " character
    7 |     printf("%d\n,3+5);
      |            ^
foo.c:7:12: error: missing terminating " character
    7 |     printf("%d\n,3+5);
      |            ^~~~~~~~~~~
foo.c:8:12: warning: missing terminating " character
    8 |     printf("%d\n,3*5);
      |            ^
foo.c:8:12: error: missing terminating " character
    8 |     printf("%d\n,3*5);
      |            ^~~~~~~~~~~
foo.c:9:12: warning: missing terminating " character
    9 |     printf("%d,3%5);
      |            ^
foo.c:9:12: error: missing terminating " character
    9 |     printf("%d,3%5);
      |            ^~~~~~~~~
foo.c:10:5: error: expected expression before 'return'
   10 |     return 0;
      |     ^~~~~~
foo.c:10:14: error: expected ')' before '}' token
   10 |     return 0;
      |              ^
      |              )
   11 | }
      | ~             
foo.c:8:11: note: to match this '('
    8 |     printf("%d\n,3*5);
      |           ^
foo.c:10:14: error: expected ')' before '}' token
   10 |     return 0;
      |              ^
      |              )
   11 | }
      | ~             
foo.c:7:11: note: to match this '('
    7 |     printf("%d\n,3+5);
      |           ^
foo.c:10:14: error: expected ';' before '}' token
   10 |     return 0;
      |              ^
      |              ;
   11 | }
      | ~             
   
  
    [Hydro](https://hydro.ac)提供评测服务