# powmod **Repository Path**: cdkeeper/powmod ## Basic Information - **Project Name**: powmod - **Description**: 请计算 a n mod m ,其中mod表示取模。经典的快速幂模板题。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-01 - **Last Updated**: 2022-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # powmod #### 介绍 请计算 a n mod m ,其中mod表示取模。经典的快速幂模板题。 c++编写11