运行 ID: 3319

Main.cc: In function ‘int main()’:
Main.cc:10:4: error: ‘pirntf’ was not declared in this scope
    pirntf("%d",a[i][j]);
    ^~~~~~
Main.cc:10:4: note: suggested alternative: ‘printf’
    pirntf("%d",a[i][j]);
    ^~~~~~
    printf