{"problem":{"name":"Maximum Difference","description":{"content":"You are given an integer sequence $A$ of length $N$. Find the maximum absolute difference of two elements (with different indices) in $A$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc102_b"},"statements":[{"statement_type":"Markdown","content":"You are given an integer sequence $A$ of length $N$. Find the maximum absolute difference of two elements (with different indices) in $A$.\n\n## Constraints\n\n*   $2 \\leq N \\leq 100$\n*   $1 \\leq A_i \\leq 10^9$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$A_1$ $A_2$ $...$ $A_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc102_b","tags":[],"sample_group":[["4\n1 4 6 3","5\n\nThe maximum absolute difference of two elements is $A_3-A_1=6-1=5$."],["2\n1000000000 1","999999999"],["5\n1 1 1 1 1","0"]],"created_at":"2026-03-03 11:01:14"}}