执行下列程序后,运行结果是( )。
Serial.begin(9600); int a[][3] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; Serial.printf("%d\n", a[1][1]);
1
4
5
6