Submission #37484194


Source Code Expand

use proconio::{input, fastout};

#[fastout]
fn main() {
    input!{a: usize, b: u32}
    println!("{}", a.pow(b));
}

Submission Info

Submission Time
Task A - Power
User cohsh
Language Rust (1.42.0)
Score 100
Code Size 117 Byte
Status AC
Exec Time 5 ms
Memory 2144 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 10
Set Name Test Cases
Sample example0.txt, example1.txt, example2.txt
All example0.txt, example1.txt, example2.txt, hand0.txt, hand1.txt, hand2.txt, hand3.txt, hand4.txt, max0.txt, min0.txt
Case Name Status Exec Time Memory
example0.txt AC 5 ms 2068 KiB
example1.txt AC 1 ms 2004 KiB
example2.txt AC 1 ms 2144 KiB
hand0.txt AC 2 ms 2136 KiB
hand1.txt AC 1 ms 2028 KiB
hand2.txt AC 1 ms 2100 KiB
hand3.txt AC 1 ms 2084 KiB
hand4.txt AC 1 ms 2128 KiB
max0.txt AC 1 ms 2100 KiB
min0.txt AC 1 ms 2116 KiB