Skip to content

Instantly share code, notes, and snippets.

│ Error: Error when reading or editing GkeHubFeatureMembership "projects/my-project/locations/us-central1/features/servicemesh/membershipId/4097d789-6e15-4195-ab70-903713d600c6": googleapi: Error 400: Malformed name: 'projects/my-project/locations/us-central1/features/servicemesh'
│ Details:
│ [
│ {
│ "@type": "type.googleapis.com/google.rpc.BadRequest",
│ "fieldViolations": [
│ {
│ "description": "Invalid location in resource URL path",
│ "field": "projects/my-project/locations/us-central1/features/servicemesh"
#include <iostream>
using namespace std;
int main() {
int temp = 0;
int temp2 = 0;
//temp is the sum of the squares
#include <iostream>
using namespace std;
void smallestMult() {
for(int i=1; i<=999999999; i++) {
if(i%2 == 0 && i%3 == 0 && i%4 == 0 && i%5 == 0 && i%6 == 0 && i%7 == 0 && i%8 == 0 && i%9 == 0
&& i%10 == 0 && i%11 == 0 && i%12 == 0 && i%13 == 0 && i%14 == 0 && i%15 == 0 && i%16 == 0