单项选择题

下列代码的输出是()。
public class test{public static void main(String args[])
{System.out.print("IBM\n012\63ABC\\".length( ));}}

A.12
B.13
C.14
D.15