C++程序  |  7行  |  57 B

/* Test operators */

main() {
    int a;
    a = a++;
}