2 solutions

  • 2
    @ 2025-7-8 11:37:26
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,n;
    	cin>>a>>n;
    	cout<<pow(a,n);
    	return 0;
    }
    
    • 1
      @ 2026-4-11 15:44:39

      7

      • 1

      Information

      ID
      877
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      1
      Tags
      (None)
      # Submissions
      214
      Accepted
      87
      Uploaded By