Submission #5767

# Submission time Handle Problem Language Result Execution time Memory
5767 2014-05-17T01:15:44 Z tncks0121 간지(干支) (KOI13_kanji) C++
Compilation error
0 ms 0 KB
main(n){ scanf("%d",&n); n += 56; n %= 60; printf("%c%d", n%12+'A', n%10); }

Compilation message

kanji.cpp:1:5: error: expected constructor, destructor, or type conversion before '(' token