Submit solution
Points:
5
Time limit:
2.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Assembly, Awk, Brain****, C, C++, Clang, Clang++, COBOL, Coffee, D, Go, Haskell, Java, JS, Lisp, LOLCODE, Lua, Mono C#, Mono F#, NASM, NASM64, OCaml, Pascal, Perl, PHP, Processing, Python, Racket, Ruby, Rust, Sed, TCL, Text, Turing
Given the integers, , find .
Input Specification
The first line will contain three integers, .
Output Specification
Output .
Sample Input 1
3 6 11
Sample Output 1
3
Sample Input 2
123456789 987654321 998244353
Sample Output 2
730701112
Comments