cpp模版

This commit is contained in:
carry 2025-02-20 17:32:49 +08:00
parent f6adc921e5
commit 755923c349

12
template.cpp Normal file
View File

@ -0,0 +1,12 @@
#include<iostream>
#include<vector>
class Solution {
public:
};
int main(){
return 0;
}