What will be the output of the following Java code snippet?
System.out.println(10/3);
3.333
3.3
3
Compile-time error